Can not use PMA_fatalError when including fails
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
8023340a25
commit
215f4a8ebe
@ -15,7 +15,7 @@ define('PMA_SETUP', true);
|
||||
chdir('..');
|
||||
|
||||
if (!file_exists('./libraries/common.inc.php')) {
|
||||
PMA_fatalError('Bad invocation!');
|
||||
die('Bad invocation!');
|
||||
}
|
||||
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user