$_FILES handling

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@32 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
pzinovkin
2008-12-19 13:46:10 +00:00
parent d1a5ae21d0
commit 8a88c0b40b
2 changed files with 13 additions and 1 deletions

View File

@ -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');