blob: 30f608219a4997ab6157e3e4b53e30c4f7a307b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pcal.cgi.orig Wed Dec 20 15:43:36 2000
+++ pcal.cgi Wed Dec 20 15:45:35 2000
@@ -27,8 +27,8 @@
# common calendar file on your system (note that the user can't use his/her
# own calendar file since most servers will execute pcal.cgi as 'nobody')
-pcal=/yourpath/pcal
-file=/yourpath/calendar
+pcal=@@PREFIX@@/bin/pcal
+file=@@PREFIX@@/share/misc/calendar
# set DEBUG=1 to echo debugging output as HTML text
DEBUG=0
|