From 6bdbb8f7ae793f146d98fdf63e7e037f37847bed Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 11:55:43 +0000 Subject: obfuscate list_webcals links to hide user:pass (bug 1819552) --- default_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default_config.php') 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) -- cgit v1.2.3