aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-30 18:26:27 +0000
committerjwangen <jwangen>2002-10-30 18:26:27 +0000
commit9540aab144ce14822b514222a6b78a0d832d31f1 (patch)
tree5cb41967145362e4daf98b7914d9122ef81a38c0 /functions/init.inc.php
parent0d2656a61975b9864f96936ad82e27fdb3606b28 (diff)
downloadphpicalendar-9540aab144ce14822b514222a6b78a0d832d31f1.tar.gz
phpicalendar-9540aab144ce14822b514222a6b78a0d832d31f1.tar.bz2
phpicalendar-9540aab144ce14822b514222a6b78a0d832d31f1.zip
changed name of my calendar
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 74e7480..669dd23 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -1,4 +1,10 @@
<?php
+// jared-2002.10.30, I want to make sure my published calendars are world-read/writeable
+// so I have this making sure they all are. This should be commented out/deleted
+// for shipping versions. This is a convenience so when I commit, changes are made and
+// I don't get errors.
+chmod(BASE.'calendars/School.ics',0666);
+
// uncomment when developing, comment for shipping version
//error_reporting (E_ALL);

© 2014-2024 Faster IT GmbH | imprint | privacy policy