aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 11:55:43 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 11:55:43 +0000
commit6bdbb8f7ae793f146d98fdf63e7e037f37847bed (patch)
treee71be26962a946afd072de5aae0b5a44cf8ef792 /default_config.php
parent19b3d5225182fa112d0d17ef12e38bebcea41138 (diff)
downloadphpicalendar-6bdbb8f7ae793f146d98fdf63e7e037f37847bed.tar.gz
phpicalendar-6bdbb8f7ae793f146d98fdf63e7e037f37847bed.tar.bz2
phpicalendar-6bdbb8f7ae793f146d98fdf63e7e037f37847bed.zip
obfuscate list_webcals links to hide user:pass (bug 1819552)
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_config.php b/default_config.php
index 892a0cc..404af5d 100644
--- a/default_config.php
+++ b/default_config.php
@@ -67,7 +67,7 @@ class Configs{
$this->ftp_server = 'localhost'; // Only used if $this->auth_method='ftp'. The ftp server name. 'localhost' will work for most servers.
$this->ftp_port = '21'; // Only used if $this->auth_method='ftp'. The ftp port. '21' is the default for ftp servers.
$this->ftp_calendar_path = ''; // Only used if $this->auth_method='ftp'. The full path to the calendar directory on the ftp server. If = '', will attempt to deduce the path based on $this->calendar_path, but may not be accurate depending on ftp server config.
-
+ $this->salt = '';
// Calendar colors
//
// You can increase the number of unique colors by adding additional images (monthdot_n.gif)

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