mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
merge from 1.5.2.1
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10466 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c727926d9e
commit
9bf08cf3df
26 changed files with 110 additions and 97 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* @brief display XE's full version
|
||||
* Even The file should be revised when releasing altough no change is made
|
||||
**/
|
||||
define('__XE_VERSION__', '1.5.2');
|
||||
define('__XE_VERSION__', '1.5.2.1');
|
||||
define('__ZBXE_VERSION__', __XE_VERSION__); // deprecated : __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.
|
||||
|
||||
/**
|
||||
|
|
@ -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