Explorar el Código

removed a no longer needed line

pull/16/head
mauirixxx hace 7 años
padre
commit
ac2e8a7ab1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      register.php

+ 0
- 1
register.php Ver fichero

@@ -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 . ']');


Cargando…
Cancelar
Guardar