QUnit for xstring_diff_patch
test markup, will be hidden
header('Content-Type: text/html; charset=utf-8'); header("Cache-Control: no-cache, must-revalidate"); header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); require_once('_priv/Admin.priv.class.php'); require_once('work_in_progress.php'); require_once('JS.class.php'); require_once('Menu.class.php'); require_once('Util.class.php'); if (Util::isLocalHost() || isset($_GET['dbg'])) { error_reporting(E_ALL); } else { error_reporting(E_STRICT | E_WARNING); } if (isset($_GET['action']) && $_GET['action'] == 'logout') { setCookie('user','',time()-3600); setCookie('pass','',time()-3600); } else { if (isset($_SESSION['user']) && isset($_SESSION['pass']) && !isset($_COOKIE['user']) ) { setCookie('user',$_SESSION['user'],time()+3600); } } echo 'Hi there';
@@ -6,13 +6,12 @@ require_once('JS.class.php'); require_once('Menu.class.php'); -require_once('Util.class.php'); +require_once('Util.class.php'); if (Util::isLocalHost() || isset($_GET['dbg'])) { error_reporting(E_ALL); } -else { - error_reporting(E_STRICT | E_WARNING); -} + +echo 'New line test'; if (isset($_GET['action']) && $_GET['action'] == 'logout') { setCookie('user','',time()-3600);