Signed-off-by: Roland Haeder <roland@mxchange.org>
if ($post_id) {
proc_run(PRIORITY_HIGH, "include/notifier.php", "mail", $post_id);
return intval($post_id);
- }
- else {
+ } else {
return -3;
}
$help = t('Url rewrite in .htaccess is not working. Check your server configuration.');
}
check_add($checks, t('Url rewrite is working'), $status, true, $help);
- }
- else {
+ } else {
// cannot check modrewrite if libcurl is not installed
/// @TODO Maybe issue warning here?
}
}
}
-
function load_database($db) {
require_once("include/dbstructure.php");