Subversion Repositories personal-webbase

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5. unset($_SESSION['PMA_Config']);
  6.  
  7. if (!isset($id)) $id = '';
  8.  
  9. echo 'Bitte warten...
  10.  
  11. <script language="JavaScript" type="text/javascript">
  12. <!--
  13. document.location.href = "modules/'.$modul.'/system/?server='.$id.'";
  14. // -->
  15. </script>';
  16.  
  17. ?>