Try to better explain why the user has been redirected

This commit is contained in:
Sébastien Lucas 2013-01-06 09:49:05 +01:00
parent 024ac23fbd
commit 48126bcad7
2 changed files with 19 additions and 1 deletions

View file

@ -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();
}
}