Manager offers liist

This commit is contained in:
CHIEFSOFT\ameye
2023-05-06 16:39:49 -04:00
parent 86aa029442
commit 74b30d41de
7 changed files with 17 additions and 0 deletions
+4
View File
@@ -59,6 +59,7 @@ $endpoints = array(
'refferhx' => array('POST'),
'accounttypes' => array('POST'),
'jobmanagerlist' => array('POST'),
'jobmanageroffers'=> array('POST'),
'profilepasschange' => array('POST'),
'starttopup' => array('POST'),
);
@@ -123,6 +124,9 @@ if ($_SERVER["REQUEST_METHOD"] == "GET") {
}
$in["loc"] = $_SERVER["REMOTE_ADDR"];
switch ($endpoint) {
case 'jobmanageroffers':
$in["action"] = WRENCHBOARD_JOB_OFFERS;
break;
case 'stepresetpass':
if($in['step']==300){
$in["action"] = WRENCHBOARD_COMPLETE_PASSWORDRESET;