include correction

This commit is contained in:
Ulf Gebhardt 2014-03-16 23:19:56 +01:00
parent 67cb3257d1
commit bf581f789b
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -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=.