Hochladen aller Dateien des Projekts.
This commit is contained in:
18
redir.php
Executable file
18
redir.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
@session_start();
|
||||
|
||||
require_once( "f_admin.php" );
|
||||
require_once( "f_wfl.php" );
|
||||
|
||||
$phpziel = liefere_konfig( $_POST[ "ziel" ] );
|
||||
xlog(4, $phpziel );
|
||||
if ( strlen( $phpziel ) > 0 )
|
||||
{
|
||||
header("Location: ".$phpziel.".php");
|
||||
}
|
||||
else
|
||||
{
|
||||
header("Location: su_uebersicht.php");
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user