Einchecken des Online-Codes

This commit is contained in:
2017-05-07 14:37:49 +00:00
parent 9c1d71cea6
commit 85cc95c574
635 changed files with 76260 additions and 0 deletions

36
admin/links/statistik.php Normal file
View File

@@ -0,0 +1,36 @@
<?php
if ( $_SESSION['IsAdmin'] )
{
echo "<ul>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=ms\">Maklerstatistik</a>\n";
echo " </li>\n";
echo "</ul>\n";
echo "<ul>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=os\">Übersicht</a>\n";
echo " </li>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=os&b=wi\">Wohnimmobilien</a>\n";
echo " </li>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=os&b=gi\">Gewerbeimmobilien</a>\n";
echo " </li>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=os&b=si\">Sonstige Immobilien</a>\n";
echo " </li>\n";
echo "</ul>\n";
/*
echo "<ul>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=iv\">Interessentenverwaltung</a>\n";
echo " </li>\n";
echo "</ul>\n";
*/
echo "<ul>\n";
echo " <li>\n";
echo " <a href=\"index.php?section=statistik&t=log\">Logfiles</a>\n";
echo " </li>\n";
echo "</ul>\n";
}
?>