Hochladen aller Dateien des Projekts.
This commit is contained in:
34
su_uebersicht.php
Executable file
34
su_uebersicht.php
Executable file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
@session_start();
|
||||
|
||||
|
||||
if ( strlen( $_SESSION[ "benutzer_anmeldename" ] ) == 0 )
|
||||
{
|
||||
header("Location: index.php");
|
||||
}
|
||||
|
||||
$_SESSION[ "title" ] = "Mandanten- und Systemverwaltung";
|
||||
include( 'ssi_header.php' );
|
||||
$_SESSION[ "title" ] = "";
|
||||
|
||||
include( "su_menu.php" );
|
||||
|
||||
echo "<div style='margin-left:200px; padding-bottom:30px; min-height:550px;'>";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo "<p style='clear:both;' />";
|
||||
|
||||
include( 'ssi_footer.php' );
|
||||
?>
|
||||
Reference in New Issue
Block a user