1
0
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:
Cameron
2017-04-09 16:03:03 -07:00
parent 7dce4671c8
commit 20bb887fd0
2 changed files with 39 additions and 26 deletions

View File

@@ -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;
}