SOURCES: phpPgAdmin-lighttpd.conf - don't require trailing slash in URL bar
gotar
gotar at pld-linux.org
Fri Mar 27 20:04:43 CET 2009
Author: gotar Date: Fri Mar 27 19:04:43 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't require trailing slash in URL bar
---- Files affected:
SOURCES:
phpPgAdmin-lighttpd.conf (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/phpPgAdmin-lighttpd.conf
diff -u SOURCES/phpPgAdmin-lighttpd.conf:1.1 SOURCES/phpPgAdmin-lighttpd.conf:1.2
--- SOURCES/phpPgAdmin-lighttpd.conf:1.1 Mon May 12 19:03:37 2008
+++ SOURCES/phpPgAdmin-lighttpd.conf Fri Mar 27 20:04:37 2009
@@ -1,3 +1,3 @@
alias.url += (
- "/pgadmin/" => "/usr/share/phpPgAdmin/",
+ "/pgadmin" => "/usr/share/phpPgAdmin",
)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/phpPgAdmin-lighttpd.conf?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list