[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /************************************************************************/ 4 /* PHP-NUKE: Web Portal System */ 5 /* =========================== */ 6 /* */ 7 /* Link to the phpBB2 forum admin menu */ 8 /* */ 9 /* Copyright (c) 2002 by Tom Nitzschner (tom@toms-home.com) */ 10 /* http://bbtonuke.sourceforge.net */ 11 /* http://www.toms-home.com */ 12 /* */ 13 /* As always, make a backup before messing with anything. All code */ 14 /* release by me is considered sample code only. It may be fully */ 15 /* functual, but you use it at your own risk, if you break it, */ 16 /* you get to fix it too. No waranty is given or implied. */ 17 /* */ 18 /* This program is free software. You can redistribute it and/or modify */ 19 /* it under the terms of the GNU General Public License as published by */ 20 /* the Free Software Foundation; either version 2 of the License. */ 21 /************************************************************************/ 22 /* Forum admin files for PHP-Nuke 7.5 by chatserv */ 23 /************************************************************************/ 24 25 if ( !defined('ADMIN_FILE') ) 26 { 27 die("Illegal File Access"); 28 } 29 $module_name = "Forums"; 30 31 switch($op) { 32 33 case "forums": 34 include("modules/$module_name/admin/forums.php"); 35 break; 36 37 } 38 39 ?>
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 |