mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Missing semicolon
This commit is contained in:
parent
de2146b276
commit
40f1246b14
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue