$_FILES handling
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@32 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
/**
|
||||
* Пути к файлам системы.
|
||||
*/
|
||||
$a = dirname(__FILE__).'/../../';
|
||||
$a = realpath(dirname(__FILE__).'/../..').'/';
|
||||
define('INIT_PATH', $a.'config');
|
||||
define('CORE_PATH', $a.'core/classes');
|
||||
define('LIB_PATH', $a.'lib');
|
||||
|
Reference in New Issue
Block a user