-
Member
Cabal Tools and Xampp
'; } else { if (file_exists($cachefile) && time() - $cachetime < filemtime($cachefile) && !isset($_GET['nocache'])) { include($cachefile); echo "\n"; exit; } $fullurl = 'http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], "/")+1); include_once('template/'.$_config['template'].'/index.php'); if (!isset($_GET['nocache'])) { $fp = @fopen($cachefile, 'w'); if ($fp) { fwrite($fp, compress(ob_get_contents())); fclose($fp); ob_end_flush(); } } } ?>
When I go to enter the site it appears.
WHAT should I do?
in Xampp 1.8.3
-
-
Proficient Member
Re: Cabal Tools and Xampp
which website version you are using?
-
Member
Re: Cabal Tools and Xampp
-
Member
Re: Cabal Tools and Xampp