phplist/phplist-2.10.5-move_to_root.patch

15 lines
662 B
Diff
Raw Normal View History

diff -Nru phplist-2.10.5.orig/public_html/lists/config/config.php phplist-2.10.5/public_html/lists/config/config.php
--- phplist-2.10.5.orig/public_html/lists/config/config.php 2006-12-16 03:25:08.000000000 +0100
+++ phplist-2.10.5/public_html/lists/config/config.php 2008-02-26 04:44:52.000000000 +0100
@@ -45,8 +45,8 @@
# if you change the path to the PHPlist system, make the change here as well
# path should be relative to the root directory of your webserver (document root)
# you cannot actually change the "admin", but you can change the "lists"
-$pageroot = '/lists';
-$adminpages = '/lists/admin';
+$pageroot = '/';
+$adminpages = '/admin';
/*