This commit is contained in:
dev-chiefworks
2023-09-30 11:49:57 -04:00
parent 52611fc82b
commit 38b38b1c8f
71 changed files with 1131 additions and 29 deletions
+6 -3
View File
@@ -4,8 +4,11 @@ include('def.php');
include('wrenchboard_class.php');
$wrenchboard = new wrenchboard_class();
$data['firstname'] = 'Olu';
$data['lastname'] = 'Amey';
$cnt = ['US','NG'];
$country = $cnt[rand(0,1)];
$data['firstname'] = 'Olu'. $country;
$data['lastname'] = 'Amey'. $country;
// $email = 'ses66181+'.rand(1000,9999).'@gmail.com';
$email = 'ameye+aug'.rand(1000,9999).'@chiefsoft.com';
@@ -15,7 +18,7 @@ $wrenchboard = new wrenchboard_class();
$data['terms'] = 1; // $terms;
$data['news'] = 1; //$news;
$data['loc'] = "38.101.241.200";
$data['country'] = $country;
$data['action'] = WRENCHBOARD_ACCOUNT_PENDING;