From 47124c2279382714afd8dbe4a867a867ea179199 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 12 Apr 2008 13:54:45 +0000 Subject: Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch --- config/main.inc.php.dist | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 527210d10..8adb4cf66 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -240,9 +240,6 @@ $rcmail_config['session_domain'] = ''; // don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array(); -// list of configuration option names that need to be available in Javascript. -$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion'); - // try to load host-specific configuration $rcmail_config['include_host_config'] = false; -- cgit v1.2.3