install test 2

This commit is contained in:
xiaomlove
2021-01-27 19:38:07 +08:00
parent 59b7e573a2
commit c4ecaa0793
2 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
<?php
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 0);
if (!session_id()) {
session_start();
}