include correction
This commit is contained in:
parent
67cb3257d1
commit
bf581f789b
@ -2,11 +2,11 @@
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__),'');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_page','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_details','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_visuals','');
|
||||
//SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_visuals','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_friend','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_skills','');
|
||||
//SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_skills','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_spawn','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_summ','');
|
||||
//SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_summ','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/wizard_reg','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/user_news','');
|
||||
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/user_guild','');
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
file.reference.Webdesign-system=../system
|
||||
include.path=\
|
||||
${php.global.include.path}:\
|
||||
${file.reference.Webdesign-system}
|
||||
${php.global.include.path}
|
||||
php.version=PHP_54
|
||||
source.encoding=UTF-8
|
||||
src.dir=.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user