blob: d9b680408222e1a032e435674381b4d632988d04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/constant.php.orig Fri Jun 8 15:15:54 2007
+++ lib/constant.php Fri Jun 8 15:16:10 2007
@@ -24,7 +24,7 @@
*/
/* absolute path to the configuration file */
-$config_file = '/etc/hastymail.conf';
+$config_file = '%%PREFIX%%/etc/hastymail.conf';
/* hastymail version */
$version = '1.5';
|