projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f06a1
)
Smaller random number for smaller machines. :-)
author
moodler
<moodler>
Fri, 24 Jan 2003 08:47:20 +0000
(08:47 +0000)
committer
moodler
<moodler>
Fri, 24 Jan 2003 08:47:20 +0000
(08:47 +0000)
lib/session-test.php
patch
|
blob
|
history
diff --git
a/lib/session-test.php
b/lib/session-test.php
index 23b70bc8fd3e82d07c36fa19836aeda4de5de481..0b665c2a487c0e87d0816f82dec3872dfa65550e 100644
(file)
--- a/
lib/session-test.php
+++ b/
lib/session-test.php
@@
-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
00
)."\">Reload this page</A></P>"
+echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>"
?>