summaryrefslogtreecommitdiff
path: root/devel/p4db/files/patch-P4CGI.pm
blob: 70bd6c6c20d492571f4abbd6749d4e605af3757e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- www/P4CGI.pm.orig	Wed Dec 13 08:30:28 2000
+++ www/P4CGI.pm	Sun Sep  2 04:17:42 2001
@@ -13,7 +13,7 @@
 
 sub ConfigFileName()
 {
-    return "./P4DB.conf" ; # Change here to rename configuration file
+    return "../P4DB.conf" ; # Change here to rename configuration file
 }
 
 use CGI ;