usort(null, object)
64 $offers = $offerModel->getOffers(true); 65 usort($offers['active'], function($a, $b) { 66 if(!$a['nextdate'] || !$b['nextdate']) 67 return false; 68 return new DateTime($a['nextdate']) <=> new DateTime($b['nextdate']); 69 }); 70 71 if(_count($offers['active'])) { 72 $categories = array_column($offers['active'], 'category'); 73 $categories = array_unique($categories); 74 if($categories) {
include('/www/htdocs/w01a2832/projekte/kunden/desireemeran.com/page/angebote.php')06 if(strpos(ob_get_contents(), "\xEF\xBB\xBF") !== false) 07 die('BOM!'); 08 09 // Die Seite wird geladen und in Variable gespeichert 10 $debug->timeStart('template page'); 11 include($include); 12 $debug->timeEnd('template page'); 13 $page = trim(ob_get_clean()); 14 15 // Neuer Ausgabe Buffer wird gestartet 16 ob_start('ob_gzhandler');
include('/www/htdocs/w01a2832/projekte/kunden/desireemeran.com/sys/template.php')1958 */ 1959 function sys_template($include) { 1960 extract($GLOBALS, EXTR_SKIP); 1961 if(!file_exists_cache($include)) 1962 $include = 'template/sys/404.php'; 1963 include('sys/template.php'); 1964 } 1965 1966 /** 1967 * @version 1.0.2 1968 */
sys_template('page/angebote.php')14 15 header('Content-Language: '.SYS_LANG); 16 17 // URL Rewrite 18 if((SYS_URL == '/'.SYS_LANG.'/'.sys_var('navigation/urlrewrite/'.SYS_NAV.'/'.$sys_url['lang']) || strpos(SYS_NAV, '?')) && file_exists_cache(sys_var('navigation/active/file'))) { 19 sys_template(sys_var('navigation/active/file')); 20 // Sprachordner 21 } elseif($sys_url['lang'] == SYS_LANG && !$sys_url['site']) { 22 if($_SERVER['QUERY_STRING']) $_SERVER['QUERY_STRING'] = '?'.$_SERVER['QUERY_STRING']; 23 header_location(sys_var('menu/?/'.sys_var('navigation/default').'/url')); 24 // Shortlinks
include('/www/htdocs/w01a2832/projekte/kunden/desireemeran.com/router.php')19 ob_start(); 20 21 session_name(str_replace(array('www.', '.'), '', $_SERVER['HTTP_HOST'])); 22 @session_start(); 23 24 include('router.php'); 25 26 $debug->end($_GET['sys']);
Root Pfad: /www/htdocs/w01a2832/projekte/kunden/desireemeran.com/
Request URL: /en/special-deals
Referer URL:
Post Variablen: Array
(
)