Try to better explain why the user has been redirected

这个提交存在于:
Sébastien Lucas 2013-01-06 09:49:05 +01:00
父节点 024ac23fbd
当前提交 48126bcad7
共有 2 个文件被更改,包括 19 次插入1 次删除

查看文件

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