source: extensions/Download_Multi/main.inc.php @ 3986

Last change on this file since 3986 was 3986, checked in by flipflip, 14 years ago

Initial Import

File size: 2.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Mod Name : Download_multi                                             |
4// | Mod Version : 0.9-1                                                   |
5// | Mod Orignal author: Tboris                                            |
6// | Mod Second author : Cestlodovic                                       |
7// | Mod Version author : FlipFlip <flipflip@free.fr>                      |
8// | Mod description :                                                     |
9// | Ce module est base sur le module existant pour le telechargement,     |
10// | cette version permet le telechargement sur plusieurs pages.           |
11// +-----------------------------------------------------------------------+
12// | This program is free software; you can redistribute it and/or modify  |
13// | it under the terms of the GNU General Public License as published by  |
14// | the Free Software Foundation                                          |
15// |                                                                       |
16// | This program is distributed in the hope that it will be useful, but   |
17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
19// | General Public License for more details.                              |
20// |                                                                       |
21// | You should have received a copy of the GNU General Public License     |
22// | along with this program; if not, write to the Free Software           |
23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
24// | USA.                                                                  |
25// +-----------------------------------------------------------------------+
26
27/*
28Plugin Name: Download Multi
29Version: 0.9-1
30Description: Permet le téléchargement d'images sur plusieurs pages dans une archive zip.
31Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=31
32Author: FlipFlip
33Author URI: http://phpwebgallery.net/ext/extension_view.php?eid=31
34*/
35
36if (!defined('PHPWG_ROOT_PATH')) {
37  die('Hacking attempt!');
38}
39
40include_once(dirname(__FILE__).'/initialize.inc.php');
41?>
Note: See TracBrowser for help on using the repository browser.