[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Forums/admin/ -> links.php (source)

   1  <?php
   2  
   3  # $Author: chatserv $

   4  # $Date: 2004/10/05 18:04:51 $

   5  /************************************************************************/

   6  /* PHP-NUKE: Web Portal System                                          */

   7  /* ===========================                                          */

   8  /*                                                                      */

   9  /* Link to the phpBB2 forum admin menu                                  */

  10  /*                                                                      */

  11  /* Copyright (c) 2002 by Tom Nitzschner (tom@toms-home.com)             */

  12  /* http://bbtonuke.sourceforge.net                                      */

  13  /* http://www.toms-home.com                                             */

  14  /*                                                                      */

  15  /*   As always, make a backup before messing with anything. All code    */

  16  /*   release by me is considered sample code only. It may be fully      */

  17  /*   functual, but you use it at your own risk, if you break it,        */

  18  /*   you get to fix it too. No waranty is given or implied.             */

  19  /*                                                                      */

  20  /* This program is free software. You can redistribute it and/or modify */

  21  /* it under the terms of the GNU General Public License as published by */

  22  /* the Free Software Foundation; either version 2 of the License.       */

  23  /************************************************************************/

  24  /* Forum admin files for PHP-Nuke 7.5 by chatserv                       */

  25  /************************************************************************/

  26  
  27  if ( !defined('ADMIN_FILE') )
  28  {
  29      die("Illegal File Access");
  30  }
  31  global $admin_file;
  32      adminmenu("".$admin_file.".php?op=forums", "Forums", "forums.gif");
  33  
  34  # $Log: links.php,v $

  35  # Revision 1.1  2004/10/05 18:04:51  chatserv

  36  # Initial CVS Addition

  37  #

  38  
  39  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7