]> git.pld-linux.org Git - packages/squirrelmail.git/blob - squirrelmail-fortune.patch
- up to 1.4.6-rc1, removed php505.patch (included in source)
[packages/squirrelmail.git] / squirrelmail-fortune.patch
1 --- squirrelmail-1.4.4-rc1.orig/plugins/fortune/setup.php       2004-12-29 20:12:06.000000000 +0100
2 +++ squirrelmail-1.4.4-rc1/plugins/fortune/setup.php    2005-01-08 15:09:02.816320328 +0100
3 @@ -43,7 +43,7 @@
4          return;
5      }
6  
7 -    $fortune_location = '/usr/games/fortune';
8 +    $fortune_location = '/usr/bin/fortune';
9      $exist = file_exists($fortune_location);
10      echo "<center><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"$color[10]\">\n".
11          "<tr><td><table width=\"100%\" cellpadding=\"2\" cellspacing=\"1\" border=\"0\" bgcolor=\"$color[5]\">\n".
This page took 0.087162 seconds and 3 git commands to generate.