Home banners

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-25 15:50:55 -04:00
parent 297d865b83
commit add8dbb406
8 changed files with 26 additions and 1 deletions
+4
View File
@@ -11,6 +11,7 @@ $endpoints = array(
'apigate' => array('POST'),
'generics' => array('POST'),
'createuser' => array('POST'),
'homebanners' => array('POST'),
'verifysignuplink' => array('POST'),
'createmobileuser' => array('POST'),
'completemobileuser' => array('POST'),
@@ -116,6 +117,9 @@ if ($_SERVER["REQUEST_METHOD"] == "GET") {
}
$in["loc"] = $_SERVER["REMOTE_ADDR"];
switch ($endpoint) {
case 'homebanners':
$in["action"] = WRENCHBOARD_ACCOUNT_HOMEBANNERS ;
break;
case 'verifysignuplink':
$in["action"] = WRENCHBOARD_VERIFY_PENDING_LINK ;
break;