Without this change, configtest did not work.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11027
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* later.
*/
if (file_exists(SM_PATH . 'config/config.php')) {
- include(SM_PATH . 'config/config.php');
- include(SM_PATH . 'functions/strings.php');
+ require(SM_PATH . 'include/init.php');
}
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
EOF;
echo $footer;
}
-?>
\ No newline at end of file
+?>