str_replace('id="pageContent"','id=""',$ajaxContent)); //$contents[] = $ajaxContent; createXML($contents); } // Se include footer-ul. Se face si procesarea si trimiterea continutului in format XML. //if($footer === null) // include('pages/footer.php'); } else header('Location: '.$websiteURL.'admin'); // ============================== Page parsing(end) ===================== // ============================== Debug mess ============================ if($debug && strlen($debug_mes) && !$_GET['ajax']) echo '
'.$debug_mes; // ============================== Debug mess(end) ======================= // ============================== Execution Time ======================== $timeEnd = microtime(true); if($debug) echo '
Generated in: '.round($timeEnd - $timeStart,4).' seconds
'; // ============================== Execution Time(end) =================== ?>