Skip to content

Commit a12e414

Browse files
author
Flavius12
committed
Update register.php
1 parent ea6c942 commit a12e414

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ServerAuthAccountManager/register.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
error_reporting(0);
3+
session_start();
24
/*
35
* ServerAuth Account Manager (v1.0) by EvolSoft
46
* Developer: EvolSoft (Flavius12)
@@ -20,15 +22,13 @@
2022
<title>ServerAuth Account Manager</title>
2123
</head>
2224
<?php
23-
session_start();
2425
if(isset($_SESSION["admin_login"])){
2526
header("Location: admin.php");
2627
}
2728
if(isset($_SESSION["login"])){
2829
header("Location: login.php");
2930
}
3031
$cfg_status = file_exists('config.php');
31-
error_reporting(E_NOTICE);
3232
include 'ServerAuthWebAPI.php';
3333
if($cfg_status){
3434
include 'config.php';

0 commit comments

Comments
 (0)