home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / unitednuke / unitednuke.exe / html / admin / case / case.sidebar.php < prev    next >
PHP Script  |  2004-01-10  |  801b  |  30 lines

  1. <?php
  2.  
  3. ######################################################################
  4. # PHP-NUKE: Web Portal System
  5. # ===========================
  6. #
  7. # Copyright (c) 2001 by Francisco Burzi (fbc@mandrakesoft.com)
  8. # http://phpnuke.org
  9. #
  10. # This modules is the main administration part
  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; either version 2 of the License.
  15. ######################################################################
  16.  
  17. if (!eregi("admin.php", $PHP_SELF)) { die ("Access Denied"); }
  18.  
  19. switch($op) {
  20.  
  21.     case "ConfigSideBar":
  22.     case "SaveConfigSideBar":
  23.     case "ResetToDef":
  24.     include("admin/modules/sidebar.php");
  25.     break;
  26.  
  27.  
  28. }
  29.  
  30. ?>