Move ICal module to include folder, export config to separate config file
This commit is contained in:
parent
e1fe24e6af
commit
3fcbd8e16f
5 changed files with 121 additions and 103 deletions
11
include/config.sample.php
Normal file
11
include/config.sample.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
#ini_set('display_errors', 1);
|
||||
#ini_set('display_startup_errors', 1);
|
||||
#error_reporting(E_ALL);
|
||||
|
||||
$ical_url = '...';
|
||||
$ical_name = 'My Calendar File';
|
||||
|
||||
$cachefile = 'calendar.ics';
|
||||
$cachetime = 120; // 2 min
|
||||
Loading…
Add table
Add a link
Reference in a new issue