| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/seaside.pacim.de/web/ |
Upload File : |
<?php
//ini_set('display_errors', 1);
//ini_set('display_startup_errors', 1);
//error_reporting(E_ALL);
require_once("includes/config.inc.php");
global $oPage;
// Performance: gesamte Seitenladezeit messen (No-Op wenn Logging aus; fail-safe, kein PII).
if ( class_exists( 'perflog' ) ) {
$__pgtpl = isset( $_GET['getTemplate'] ) && $_GET['getTemplate'] !== '' ? preg_replace( '#[^a-z0-9/_-]#i', '', (string) $_GET['getTemplate'] ) : 'index';
perflog::wholeRequest( 'page', $__pgtpl, 'page_render' );
}
// Login überprüfen
$oPage->checkLogin();
$oPage->display( isset( $_GET['debug'] ) ? TRUE : FALSE );