Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/config.inc.php
@@ -31,9 +31,9 @@
//** Web-only
if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
   Header("Pragma: no-cache");
   Header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate");
   Header("Content-Type: text/html; charset=utf-8");
   header("Pragma: no-cache");
   header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate");
   header("Content-Type: text/html; charset=utf-8");
   ini_set('register_globals',0);
}