Missing semicolon

This commit is contained in:
moodler 2003-02-06 18:07:31 +00:00
parent de2146b276
commit 40f1246b14

View file

@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) { // First time you call it.
echo "<P>Sessions are working correctly</P>";
}
echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>"
echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>";
?>