enabled) { __("This page is restricted to authorized staff"); exit(); } $fields = array( "id" => array("request", "integer", 0), "action" => array("request", "integer", 0), ); getFields($fields); if ($ssl->share($id, $action)) { require_once("ssl_view.php"); } else { require_once("ssl_list.php"); }