3 require 'inc/init.php';
6 if (empty ($op) or !isset ($ophandler[$pageno][$tabno][$op]))
8 showError ("Invalid request in operation broker: page '${pageno}', tab '${tabno}', op '${op}'", __FILE__
);
12 // We have a chance to handle an error before starting HTTP header.
13 if (!isset ($delayauth[$pageno][$tabno][$op]) and !permitted())
18 'm' => array (0 => array ('c' => 157)) // operation not permitted
20 $location = buildWideRedirectURL ($errlog);
23 $location = $ophandler[$pageno][$tabno][$op]();
24 header ("Location: " . $location);