mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Fixed a typo
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9649 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
539ec42921
commit
f0c9e055ec
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
define('__DEBUG__', 1);
|
||||
define('_XE_PATH_', str_replace('tests/classes/template/TemplateHandlerTest.php', '', strtr(__FILE__, '\\', '/')));
|
||||
require _XE_PATH_.'/classes/file/FileHandler.class.php';
|
||||
require _XE_PATH_.'/classes/template/TemplateHandler.php';
|
||||
require _XE_PATH_.'/classes/template/TemplateHandler.class.php';
|
||||
|
||||
$_SERVER['SCRIPT_NAME'] = '/xe/index.php';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue