1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Rss added to download plugin

This commit is contained in:
CaMer0n
2009-09-18 19:07:09 +00:00
parent 90d1482652
commit ecf8281a4e
5 changed files with 144 additions and 52 deletions

View File

@@ -1,21 +1,19 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <EFBFBD>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.19 $
| $Date: 2009-09-17 20:38:19 $
| $Author: e107coders $
|
+----------------------------------------------------------------------------+
+ ----------------------------------------------------------------------------+
| e107 website system
|
| Copyright (c) e107 Inc. 2001-2009
| http://e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.20 $
| $Date: 2009-09-18 19:07:09 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!e107::isInstalled('download')) { exit(); }