mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Start of e_url upgrade.
This commit is contained in:
@@ -21,6 +21,9 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class download_url // plugin-folder + '_url'
|
||||
{
|
||||
|
||||
public $alias = 'download';
|
||||
|
||||
function config()
|
||||
{
|
||||
$config = array();
|
||||
@@ -33,6 +36,20 @@ class download_url // plugin-folder + '_url'
|
||||
|
||||
);
|
||||
|
||||
$config['category'] = array(
|
||||
|
||||
|
||||
);
|
||||
|
||||
$config['item'] = array(
|
||||
|
||||
|
||||
);
|
||||
|
||||
$config['get'] = array(
|
||||
|
||||
|
||||
);
|
||||
|
||||
return $config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user