fix
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
require_once 'config.php';
|
||||
$url = $local_url . "/createuser";
|
||||
|
||||
$username = urlencode("ses66181+" . rand(1000, 9999) . "@gmail.com");
|
||||
$username = urlencode("jubaworker+" . rand(1000, 9999) . "@gmail.com");
|
||||
|
||||
$username = "ses66181+" . rand(1000, 9999) . "@gmail.com";
|
||||
$username = "jubaworker+" . rand(1000, 9999) . "@gmail.com";
|
||||
//$username = "ameye+" . rand(1000, 9999) . "@chiefsoft.com";
|
||||
$phone = (rand(1, 2) > 1) ? "770222" . rand(2222, 9999) : '';
|
||||
|
||||
include 'sample_data.php'; // just for sample data
|
||||
|
||||
Reference in New Issue
Block a user