first commit

This commit is contained in:
Erreur32 2021-02-02 12:45:13 +01:00
parent 50f2a38b35
commit 1101f4bb85
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ $sec = "300";
ini_set('display_errors', 'on');
error_reporting(E_ALL); // Display all types of error
//ini_set('display_errors', 'on');
//error_reporting(E_ALL); // Display all types of error
include_once('./consql.php');