Try to better explain why the user has been redirected
This commit is contained in:
parent
024ac23fbd
commit
48126bcad7
2 changed files with 19 additions and 1 deletions
2
base.php
2
base.php
|
@ -463,7 +463,7 @@ abstract class Base
|
|||
try {
|
||||
self::$db = new PDO('sqlite:'. self::getDbFileName ());
|
||||
} catch (Exception $e) {
|
||||
header("location: checkconfig.php");
|
||||
header("location: checkconfig.php?err=1");
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue