* another include_path fix

release-0.6
till 17 years ago
parent 2b9b6bfab0
commit 24a4233503

@ -36,10 +36,15 @@
* @todo Check IMAP settings.
* @todo Check SMTP settings.
* @todo HTML/CSS to make it pretty.
* @todo In devel-next, use bootstrap.
*/
$include_path = dirname(__FILE__) . '/program/lib/';
$include_path .= PATH_SEPARATOR . get_include_path();
$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/');

Loading…
Cancel
Save