X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=stats.php;h=44378d455b479c6486da35803cfde2e87000ca06;hp=bab9823aa163c4114c527c60226dd13b96b8beb1;hb=b9e33a977911024ed0df24c10b3e7f05391c17bf;hpb=acf6c5f97944366952e6b373a4d59cecd08b658e diff --git a/stats.php b/stats.php index bab9823..44378d4 100644 --- a/stats.php +++ b/stats.php @@ -29,7 +29,7 @@ if(myisset("logout")) session_destroy(); $_SESSION = array(); echo "
You are now logged out!
\n". - "(This will take you back to the home-page)
"; + "(This will take you back to the home-page)"; } /* user status page */ else if( isset($_SESSION["name"]) ) @@ -228,7 +228,7 @@ else if( isset($_SESSION["name"]) ) { /* send them back to the login page */ echo "
You need to log in!
\n". - "(This will take you back to the login-page)
"; + "(This will take you back to the login-page)"; } output_footer();