mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
remove cdn feature
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bce0a0b6d4
commit
3581db5932
83 changed files with 137 additions and 225 deletions
|
|
@ -100,8 +100,6 @@ else
|
|||
* define('__OB_GZHANDLER_ENABLE__', 1);
|
||||
* define('__ENABLE_PHPUNIT_TEST__', 0);
|
||||
* define('__PROXY_SERVER__', 'http://domain:port/path');
|
||||
* define('__XE_CDN_PREFIX__', 'http://yourCdnDomain.com/path/');
|
||||
* define('__XE_CDN_VERSION__', 'yourCdnVersion');
|
||||
*/
|
||||
if(file_exists(_XE_PATH_ . 'config/config.user.inc.php'))
|
||||
{
|
||||
|
|
@ -234,22 +232,6 @@ if(!defined('__PROXY_SERVER__'))
|
|||
define('__PROXY_SERVER__', NULL);
|
||||
}
|
||||
|
||||
if(!defined('__XE_CDN_PREFIX__'))
|
||||
{
|
||||
/**
|
||||
* CDN prefix
|
||||
*/
|
||||
define('__XE_CDN_PREFIX__', 'http://static.xpressengine.com/core/');
|
||||
}
|
||||
|
||||
if(!defined('__XE_CDN_VERSION__'))
|
||||
{
|
||||
/**
|
||||
* CDN version
|
||||
*/
|
||||
define('__XE_CDN_VERSION__', '%__XE_CDN_VERSION__%');
|
||||
}
|
||||
|
||||
// Require specific files when using Firebug console output
|
||||
if((__DEBUG_OUTPUT__ == 2) && version_compare(PHP_VERSION, '6.0.0') === -1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue