]> git.pld-linux.org Git - packages/squirrelmail.git/blame - squirrelmail-fortune.patch
- up to 1.4.6-rc1, removed php505.patch (included in source)
[packages/squirrelmail.git] / squirrelmail-fortune.patch
CommitLineData
85db8b1c 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.036462 seconds and 4 git commands to generate.