diff --git a/lib/session-test.php b/lib/session-test.php index 0b665c2a487..5468b2a132e 100644 --- a/lib/session-test.php +++ b/lib/session-test.php @@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) { // First time you call it. echo "
Sessions are working correctly
"; } -echo "" +echo ""; ?>