From ecaf45ec86273b7c72e10fefd26c3fc98907664f Mon Sep 17 00:00:00 2001 From: indiri69 Date: Sat, 7 Sep 2002 18:40:49 +0000 Subject: [PATCH] Fixed some string issues. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3607 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/fortune/setup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/fortune/setup.php b/plugins/fortune/setup.php index 4d99eb2a..a2bedfbb 100644 --- a/plugins/fortune/setup.php +++ b/plugins/fortune/setup.php @@ -31,13 +31,13 @@ function fortune() { } $fortune_location = '/usr/games/fortune'; - $exist = file_exists('$fortune_location'); + $exist = file_exists($fortune_location); echo "
"; echo '\n'; + echo "\n"; echo '
'; if (!$exist) { echo "$fortune_location not found."; } else { - echo '
Today's Fortune
';
+        echo "
Today's Fortune
";
         system($fortune_location);
     } 
   
@@ -53,7 +53,7 @@ function fortune_load() {
 function fortune_options() {
   global $fortune_visible;
 
-  echo '
Fortunes:
Fortunes: