1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Make /download.php work with the download plugin.

This commit is contained in:
CaMer0n
2009-09-17 20:38:20 +00:00
parent 82b6533277
commit 58b6ce1a3f
5 changed files with 36 additions and 885 deletions

View File

@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,14 +11,14 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.18 $
| $Date: 2009-08-15 15:44:37 $
| $Author: marj_nl_fr $
| $Revision: 1.19 $
| $Date: 2009-09-17 20:38:19 $
| $Author: e107coders $
|
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
if (!plugInstalled('download')) { exit(); }
if (!e107::isInstalled('download')) { exit(); }
require_once(e_PLUGIN.'download/handlers/download_class.php');
class adminDownload extends download