Try to better explain why the user has been redirected
这个提交存在于:
父节点
024ac23fbd
当前提交
48126bcad7
共有 2 个文件被更改,包括 19 次插入 和 1 次删除
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();
|
||||
}
|
||||
}
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用