mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Issue #2600 defining e_HTTP_STATIC now applies to images (using thumbUrl/toImage) as well as js/css.
eg. define('e_HTTP_STATIC', 'http://static.mydomain.com/');
This commit is contained in:
@@ -105,7 +105,7 @@ class download_url // plugin-folder + '_url'
|
||||
$config['item'] = array(
|
||||
'regex' => '^{alias}/([\d]*)/(.*)$',
|
||||
'redirect' => '{e_PLUGIN}download/download.php?action=view&id=$1',
|
||||
'sef' => '{alias}/{download_id}/{download_sef}'
|
||||
'sef' => '{alias}/{download_id}/{download_sef}',
|
||||
);
|
||||
|
||||
$config['get'] = array(
|
||||
|
Reference in New Issue
Block a user