[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /************************************************************************/ 4 /* PHP-NUKE: Web Portal System */ 5 /* =========================== */ 6 /* */ 7 /* Copyright (c) 2005 by Francisco Burzi */ 8 /* http://phpnuke.org */ 9 /* */ 10 /* This program is free software. You can redistribute it and/or modify */ 11 /* it under the terms of the GNU General Public License as published by */ 12 /* the Free Software Foundation; either version 2 of the License. */ 13 /************************************************************************/ 14 15 if (!defined('ADMIN_FILE')) { 16 die ("Access Denied"); 17 } 18 19 $module_name = "Downloads"; 20 include_once("modules/$module_name/admin/language/lang-".$currentlang.".php"); 21 22 23 switch($op) { 24 25 case "downloads": 26 case "DownloadsDelNew": 27 case "DownloadsAddCat": 28 case "DownloadsAddSubCat": 29 case "DownloadsAddDownload": 30 case "DownloadsAddEditorial": 31 case "DownloadsModEditorial": 32 case "DownloadsDownloadCheck": 33 case "DownloadsValidate": 34 case "DownloadsDelEditorial": 35 case "DownloadsCleanVotes": 36 case "DownloadsListBrokenDownloads": 37 case "DownloadsDelBrokenDownloads": 38 case "DownloadsIgnoreBrokenDownloads": 39 case "DownloadsListModRequests": 40 case "DownloadsChangeModRequests": 41 case "DownloadsChangeIgnoreRequests": 42 case "DownloadsDelCat": 43 case "DownloadsModCat": 44 case "DownloadsModCatS": 45 case "DownloadsModDownload": 46 case "DownloadsModDownloadS": 47 case "DownloadsDelDownload": 48 case "DownloadsDelVote": 49 case "DownloadsDelComment": 50 case "DownloadsTransfer": 51 include("modules/$module_name/admin/index.php"); 52 break; 53 54 } 55 56 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |