From fe5d18095e298f4323571f10c8c8e2c18b8dcf33 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 13 Mar 2012 17:57:07 -0400 Subject: Refactor similar init code into new init-tiny.php Several places were doing operations that were practically the same (loading core libraries and setting some variables), with varying levels of success in remembering to do the right things in the right order. Making a separate minimal init.php that doesn't worry about some of the sanity checks and session bumpf makes this cleaner and easier to maintain. --- play/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'play/index.php') diff --git a/play/index.php b/play/index.php index a2c10aaa..20d73913 100644 --- a/play/index.php +++ b/play/index.php @@ -35,7 +35,6 @@ */ define('NO_SESSION','1'); require_once '../lib/init.php'; -require_once Config::get('prefix') . '/modules/horde/Browser.php'; ob_end_clean(); /* These parameters had better come in on the url. */ -- cgit