X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=81f01c5dc3fe95f72ad07dee1036c2c5cd60899a;hp=2f846be70badcabaf4b5eb930efc2c4e168f141e;hb=cd4cbd4a1cce2c35a6a78b1b957c17389001b4b1;hpb=36b10f3b006cfc919fdb657e1f06f41969082f0e diff --git a/include/output.php b/include/output.php index 2f846be..81f01c5 100644 --- a/include/output.php +++ b/include/output.php @@ -372,7 +372,13 @@ function output_status() date_default_timezone_set($zone); echo "
last login: ".date("r",$unixtime)."
\n"; - }; + } + else + { + echo "\n
\n"; + echo "login\n"; + echo "
\n"; + } return; }