We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6c942 commit a12e414Copy full SHA for a12e414
1 file changed
ServerAuthAccountManager/register.php
@@ -1,4 +1,6 @@
1
<?php
2
+error_reporting(0);
3
+session_start();
4
/*
5
* ServerAuth Account Manager (v1.0) by EvolSoft
6
* Developer: EvolSoft (Flavius12)
@@ -20,15 +22,13 @@
20
22
<title>ServerAuth Account Manager</title>
21
23
</head>
24
-session_start();
25
if(isset($_SESSION["admin_login"])){
26
header("Location: admin.php");
27
}
28
if(isset($_SESSION["login"])){
29
header("Location: login.php");
30
31
$cfg_status = file_exists('config.php');
-error_reporting(E_NOTICE);
32
include 'ServerAuthWebAPI.php';
33
if($cfg_status){
34
include 'config.php';
0 commit comments