From e79ddee2ada0e9d702f33044dd26a589bb98e304 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 24 Jan 2003 08:47:20 +0000 Subject: [PATCH] Smaller random number for smaller machines. :-) --- lib/session-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session-test.php b/lib/session-test.php index 23b70bc8fd..0b665c2a48 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 "

Reload this page

" +echo "

Reload this page

" ?> -- 2.39.5