Displaying 1 result from an estimated 1 matches for "js_object_nam".
Did you mean:
js_object_name
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
...ETE ON roundcubemail.*
TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****';
?FLUSH PRIVILEGES;
quit
I applied a small patch personal
// application constants
define('RCMAIL_VERSION', '0.1.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
// define global vars
$OUTPUT_TYPE = 'html';
$INSTALL_PATH = dirname(__FILE__);
$MAIN_TASKS = array('mail','settings','addressbook','logout');
if (empty($INSTALL_PATH))
? $INSTALL_PATH = './';
else
? $INSTALL_PATH .= '/...