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