From 914fafd14a4fe98b79022f7b942e2d70df802714 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Sat, 10 Sep 2011 20:11:25 +0200 Subject: Worked on the look of the web site! --- notFinishedCode/web/mutex1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notFinishedCode/web/mutex1.php') diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php index 61cd0b0..7a92fe0 100644 --- a/notFinishedCode/web/mutex1.php +++ b/notFinishedCode/web/mutex1.php @@ -120,7 +120,7 @@ if ($locking == '1') //1 means nobody is on the website echo ''; echo '"; - echo ''; + echo ''; echo str_repeat("\n",7024); flush(); usleep(100); @@ -173,7 +173,7 @@ if ($locking == '1') //1 means nobody is on the website } else { - echo 'No single task was selected'; + echo 'No single test was selected! Please go back and select at least one test'; } } elseif($lockMe == '0') //0 means if the attempt timed out (for example, because another client has previously locked the name) -- cgit v1.2.3-55-g7522