* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
* @version CVS: $Id$
* @link https://svn.roundcube.net/trunk
* @todo HTML/CSS to make it pretty.
* @todo In devel-next, use bootstrap.
* @todo Refactor to use RoundCube classes.
*/
$rctest_config = array();
/**
* @var string Please edit this to an email address, such as yourname@example.org.
* This email address serves as from and to for the test emails.
*/
$rctest_config['from'] = '_yourfrom_';
/*
********************************************
********************************************
** Don't edit anything else in this file. **
** Unless (of course) you know what you **
** are doing. **
********************************************
********************************************
*/
error_reporting(E_ALL ^E_NOTICE);
$include_path = dirname(__FILE__) . '/program/lib/';
$include_path .= PATH_SEPARATOR;
$include_path .= dirname(__FILE__) . '/program/';
$include_path .= PATH_SEPARATOR;
$include_path .= get_include_path();
set_include_path($include_path);
$writable_dirs = array('logs/', 'temp/');
$create_files = array('config/db.inc.php', 'config/main.inc.php');
$path = dirname(__FILE__) . '/';
?>
RoundCube :: check
Check Configuration
From correctly set:
NOT OK';
} else {
echo $rctest_config['from'] . '
';
echo 'We do not check if this is a valid email address. Since this serves as from & to, make sure it is correct!';
}
?>
Check if directories are writable';
echo '
RoundCube may need to write/save files into these directories.