Source for file unknownaction.php
Documentation is available at unknownaction.php
* Error handling class for unknown actions
* @author Stuart Prescott
* @copyright Copyright Stuart Prescott
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* path (bumblebee root)/inc/actions/unknownaction.php
/** Load ancillary functions */
require_once 'inc/typeinfo.php';
require_once 'inc/actions/actionaction.php';
* Error handling class for unknown actions
* @param string $action requested action ('verb')
* @param boolean $forbidden (optional)
$this->forbidden =
$forbidden;
echo
'<h2>'.
T_('Error').
'</h2><div class="msgerror">';
.
sprintf(T_('An unknown error occurred. I was asked to perform the action "%s", but I don\'t know how to do that.'), xssqw($this->action))
.
sprintf(T_('Please contact <a href="mailto:%s">the system administrator</a> for more information.'), $conf->AdminEmail)
Documentation generated on Tue, 06 Mar 2007 10:02:06 +0000 by phpDocumentor 1.3.0