Home
last modified time | relevance | path

Searched defs:action (Results 1 – 4 of 4) sorted by relevance

/web-master/
H A Dgithub-webhook.php314 $action = $payload->action; variable
355 $action = $payload->action; variable
/web-master/manage/
H A Duser-notes.php39 $action = (isset($_REQUEST['action']) ? preg_replace('/[^\w\d\s_]/', '', $_REQUEST['action']) : ''); variable
421 $action = $m[1]; $id = $m[2]; variable
425 $action = $_GET['action']; variable
H A Devent.php29 $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : false; variable
H A Dusers.php81 $action = filter_input(INPUT_POST, "action", FILTER_CALLBACK, ["options" => "validateAction"]); variable

Completed in 12 milliseconds