Subversion Repositories personal-webbase

Rev

Rev 4 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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