mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Experimental e_HTTP_STATIC definition added.
This commit is contained in:
@@ -1413,11 +1413,12 @@ class e_jsmanager
|
||||
e_WEB_ABS
|
||||
);
|
||||
|
||||
$http = deftrue('e_HTTP_STATIC', e_HTTP);
|
||||
|
||||
$repl = array(
|
||||
e_HTTP.$base.$this->getCacheId().'/'.e107::getFolder('plugins'),
|
||||
e_HTTP.$base.$this->getCacheId().'/'.e107::getFolder('themes'),
|
||||
e_HTTP.$base.$this->getCacheId().'/'.e107::getFolder('web')
|
||||
$http.$base.$this->getCacheId().'/'.e107::getFolder('plugins'),
|
||||
$http.$base.$this->getCacheId().'/'.e107::getFolder('themes'),
|
||||
$http.$base.$this->getCacheId().'/'.e107::getFolder('web')
|
||||
);
|
||||
|
||||
$folder = str_replace($srch,$repl,$path);
|
||||
|
Reference in New Issue
Block a user