[ 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 = "Web_Links"; 20 include_once("modules/$module_name/admin/language/lang-".$currentlang.".php"); 21 22 switch($op) { 23 24 case "Links": 25 case "LinksDelNew": 26 case "LinksAddCat": 27 case "LinksAddSubCat": 28 case "LinksAddLink": 29 case "LinksAddEditorial": 30 case "LinksModEditorial": 31 case "LinksLinkCheck": 32 case "LinksValidate": 33 case "LinksDelEditorial": 34 case "LinksCleanVotes": 35 case "LinksListBrokenLinks": 36 case "LinksEditBrokenLinks": 37 case "LinksDelBrokenLinks": 38 case "LinksIgnoreBrokenLinks": 39 case "LinksListModRequests": 40 case "LinksChangeModRequests": 41 case "LinksChangeIgnoreRequests": 42 case "LinksDelCat": 43 case "LinksModCat": 44 case "LinksModCatS": 45 case "LinksModLink": 46 case "LinksModLinkS": 47 case "LinksDelLink": 48 case "LinksDelVote": 49 case "LinksDelComment": 50 case "LinksTransfer": 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 |