|
@@ -47,8 +47,7 @@ $allow_remote_configtest=false;
|
|
* later.
|
|
* later.
|
|
*/
|
|
*/
|
|
if (file_exists(SM_PATH . 'config/config.php')) {
|
|
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"
|
|
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
@@ -689,4 +688,4 @@ if ($warnings) {
|
|
EOF;
|
|
EOF;
|
|
echo $footer;
|
|
echo $footer;
|
|
}
|
|
}
|
|
-?>
|
|
|
|
|
|
+?>
|