Einchecken des Online-Codes
This commit is contained in:
11
admin/left.php
Normal file
11
admin/left.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if ( isset( $_SESSION['ID'] ) )
|
||||
{
|
||||
echo "<ul>\n";
|
||||
if ( isset ( $_GET['section'] ) AND isset ( $links[ $_GET['section'] ] ) )
|
||||
{
|
||||
include $links[ $_GET['section'] ];
|
||||
}
|
||||
echo "</ul>\n";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user