mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
Issue 1711 fixed a typo
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10448 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec37a1c26d
commit
71d1cbb9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
* define('__ENABLE_PHPUNIT_TEST__', 0);
|
||||
* define('__PROXY_SERVER__', 'http://domain:port/path');
|
||||
* define('__XE_CDN_PREFIX__', 'http://yourCdnDomain.com/path/');
|
||||
* define('__XE_CDN_VERSION__', 'yourCndVersion');
|
||||
* define('__XE_CDN_VERSION__', 'yourCdnVersion');
|
||||
*/
|
||||
if(file_exists(_XE_PATH_.'config/config.user.inc.php')) {
|
||||
require _XE_PATH_.'config/config.user.inc.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue