fix?
This commit is contained in:
parent
3bdecc1132
commit
6ee99d5f16
@ -33,8 +33,8 @@ function populateDB(){
|
||||
|
||||
|
||||
echol('table doesnt exist');
|
||||
$query = $con->query("INSERT INTO users ( username , email, password, reg_ip, active) VALUES ('Andreas', 'the.hion.v@gmail.com', 'huts', '::1', '1')");
|
||||
$query = $con->query("INSERT INTO users ( username , email, password, reg_ip, active) VALUES ('Bram', 'bram@gmail.com', 'huts', '::1', '1')");
|
||||
$query = $con->query("INSERT INTO users ( username , email, password, reg_ip, active) VALUES ('Andreas', 'the.hion.v@gmail.com', 'huts', '::1', 1)");
|
||||
$query = $con->query("INSERT INTO users ( username , email, password, reg_ip, active) VALUES ('Bram', 'bram@gmail.com', 'huts', '::1', 1)");
|
||||
echol("created test users");
|
||||
}
|
||||
catch(PDOException $e){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user