}
function redirect($target=false){
$target = $target ? $target : ROOT;
header("Location: ".$target);
exit();
}
function snippet($view, $directory = "View"){
$full_path = FCPATH.APPDIR.$this->Routing->app."/".$directory.'/'.$view; if(!@include($full_path)){
exit($full_path.' | View not found.');
}
return $full_path;
if ( $_php_error_is_ini_enabled ) {
$catchSurpressedErrors = &$this->catchSurpressedErrors;
$self = $this;
error_reporting( $this->defaultErrorReportingOn );
@ini_set( 'html_errors', false );
set_error_handler(
function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
<? $this->Snippet('Global/header.php');?>
trigger_error(var_export($var, 1));
}
function render($directory = "View"){
$this->render = true;
$master_view = !is_null($this->master_view) ? $this->master_view : ucfirst($this->Routing->controller);
if ($this->stop) return false;
$this->view = !empty($this->view) ? $this->view : $this->Routing->method;
$full_path = FCPATH.APPDIR.$directory.'/'.$master_view.'/'.$this->view.'.php';
if(!@include($full_path)){
if ($this->config['global']['debug']) trigger_error('Master view file "'.$full_path.'" - file not found.', E_USER_ERROR);
else $this->show_404();
}
<?php
class Main extends FOM_Controller{
function _prepend(){
}
function _default($args){
$this->render();
}
function _show($args){
if (is_array($args)){
function exec_method($_class, $_method, $_arguments, $mandatory = true){
if (!method_exists($_class, $_method)){
$classname = get_class($_class);
$path = new ReflectionClass($classname);
$path = $path->getFileName();
if ($mandatory) trigger_error("Method \"{$_method}\" was not found in {$path}.", E_USER_ERROR);
return false;
}
call_user_func_array(array($_class, $_method), array($_arguments));
}
$app_controller_path = FCPATH.'Application/Controller/'.$Routing->controller.'.php';
$app_controller = &load_class($app_controller_path, "", $config);
if ( method_exists($app_controller, '_prepend') ) exec_method($app_controller, '_prepend', $Routing->arguments);
if ( method_exists($app_controller, "_".$Routing->method) ) exec_method($app_controller, '_'.$Routing->method, $Routing->arguments, true);
else {
if (is_array($Routing->arguments)){
define('APPDIR', str_replace("\\", "/", "Application/"));
define('FCPATH', str_replace(SELF, '', __FILE__));
define('ROOT', empty($rootdir) ? '/' : '/'.$rootdir.'/');
define('GUARD', true);
* Here we go.
*--------------------*/
if( !require_once(SYSDIR."Master.php") ){
exit(SYSDIR."Master.php | Mandatory file not found.");
}
construct controller
=>
1743680812
X-Varnish
=>
"166068575"
Surrogate-Capability
=>
"key=ESI/1.0"
Accept-Encoding
=>
"gzip"
X-Remote-Ip
=>
"3.141.46.4"
X-Forwarded-Port
=>
"443"
X-Forwarded-Proto
=>
"https"
User-Agent
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
Accept
=>
"*/*"
Host
=>
"schueller-edelstahl.at"
Set-Cookie
=>
"PHPSESSID=q8dc7kdgfi8tk3t0tcd7uhsubbkjj76n; path=/"
Expires
=>
"Thu, 19 Nov 1981 08:52:00 GMT"
Cache-Control
=>
"no-store, no-cache, must-revalidate"
Pragma
=>
"no-cache"
TEMP
=>
"/data/web/e41924/phptmp"
TMPDIR
=>
"/data/web/e41924/phptmp"
TMP
=>
"/data/web/e41924/phptmp"
USER
=>
"e41924"
HOME
=>
"/data/web/e41924"
SCRIPT_NAME
=>
"/index.php"
REQUEST_URI
=>
"/"
QUERY_STRING
=>
""
REQUEST_METHOD
=>
"GET"
SERVER_PROTOCOL
=>
"HTTP/1.1"
GATEWAY_INTERFACE
=>
"CGI/1.1"
REMOTE_PORT
=>
"46016"
SCRIPT_FILENAME
=>
"/data/web/e41924/html/schueller-edelstahl.at/index.php"
SERVER_ADMIN
=>
"[no address given]"
CONTEXT_DOCUMENT_ROOT
=>
"/data/web/e41924/html/schueller-edelstahl.at"
CONTEXT_PREFIX
=>
""
REQUEST_SCHEME
=>
"http"
DOCUMENT_ROOT
=>
"/data/web/e41924/html/schueller-edelstahl.at"
REMOTE_ADDR
=>
"3.141.46.4"
SERVER_PORT
=>
"443"
SERVER_ADDR
=>
"10.128.255.3"
SERVER_NAME
=>
"schueller-edelstahl.at"
SERVER_SOFTWARE
=>
"Apache"
SERVER_SIGNATURE
=>
""
PATH
=>
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
HTTP_X_VARNISH
=>
"166068575"
HTTP_SURROGATE_CAPABILITY
=>
"key=ESI/1.0"
HTTP_ACCEPT_ENCODING
=>
"gzip"
HTTP_X_REMOTE_IP
=>
"3.141.46.4"
HTTP_X_FORWARDED_PORT
=>
"443"
HTTP_X_FORWARDED_PROTO
=>
"https"
HTTP_USER_AGENT
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
=>
"*/*"
HTTP_HOST
=>
"schueller-edelstahl.at"
PHP_ADMIN_VALUE
=>
"open_basedir=/data/web/e41924/html/schueller-edelstahl.at:/data/web/e41924/phpsession:/data/web/e41924/phptmp:/tmp:/usr/bin"
SCRIPT_URI
=>
"http://schueller-edelstahl.at:443/"
SCRIPT_URL
=>
"/"
HTTPS
=>
"on"
QS_ConnectionId
=>
"174368081056332025422279"
QS_AllConn
=>
"94"
QS_SrvConn
=>
"94"
UNIQUE_ID
=>
"Z-51LN8q7aqj8xqQEwGiHwAAAH0"
FCGI_ROLE
=>
"RESPONDER"
PHP_SELF
=>
"/index.php"
REQUEST_TIME_FLOAT
=>
1743680812.165539
REQUEST_TIME
=>
1743680812