php 7.2: Remove invalid constant check (#563)
This commit is contained in:
parent
b664435ef6
commit
835b076c99
@ -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 : '');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user