Browse Source

removed a no longer needed line

pull/16/head
mauirixxx 7 years ago
parent
commit
ac2e8a7ab1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      register.php

+ 0
- 1
register.php View File

@@ -7,7 +7,6 @@ if (session_status() == PHP_SESSION_NONE) {
session_start();
}
include_once ('connect.php');
//$newuser = $_POST['reguser'];
$con = mysqli_connect(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME);
if ($con->connect_errno){
die ('Unable to connect to database [' . $db->connect_errno . ']');


Loading…
Cancel
Save