tst updates

This commit is contained in:
dev-chiefworks
2024-01-07 13:57:29 -05:00
parent 38b38b1c8f
commit c50bf3a8d7
35 changed files with 1340 additions and 64 deletions
+6 -2
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,6 +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;