Manager offers liist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user