Changeset 7201 for temp/trunk/data/class
- Timestamp:
- 2006/11/01 13:53:39 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r7200 r7201 8 8 $SC_VIEW_PHP_DIR = realpath(dirname(__FILE__)); 9 9 require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 10 require_once($ include_dir. "/../data/include/php_ini.inc");10 require_once($SC_VIEW_PHP_DIR . "/../data/include/php_ini.inc"); 11 11 12 12 class SC_View {
Note: See TracChangeset
for help on using the changeset viewer.
