format lint

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-03-02 20:00:23 +08:00
父节点 0c652d62fd
当前提交 63471aaf32
共有 2 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -1,5 +1,6 @@
<?php
$pathAutoLoad = __DIR__ . \DIRECTORY_SEPARATOR . 'vendor' . \DIRECTORY_SEPARATOR . 'autoload.php';
if (file_exists($pathAutoLoad)) {
require_once $pathAutoLoad;
} else {

查看文件

@ -11,6 +11,7 @@ if (!isset($_POST['checker'])) {
echo "本页面只应由验证既有实名制信息页面调用。";
exit(1);
}
if (!isset($_SESSION['qwUserName'])) {
refreshPage('/');
exit(1);