php 7.2: Remove invalid constant check (#563)

This commit is contained in:
onli 2018-09-13 14:27:51 +02:00
parent b664435ef6
commit 835b076c99

View File

@ -647,10 +647,6 @@ function serendipity_checkInstallation() {
// For shared installations, probe the file on include path
//include_once(S9Y_INCLUDE_PATH . 'include/db/db.inc.php');
if (S9Y_DB_INCLUDED) {
serendipity_db_probe($_POST, $errs);
}
return (count($errs) > 0 ? $errs : '');
}