From 019331433d0db223ddd7a201d92e0bdf306441aa Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 Jun 2008 11:02:33 -0400 Subject: [PATCH] Load ISSO3 support alongside ISSO2 * includes/init.php --- includes/init.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/init.php b/includes/init.php index 7c3afe5..9704302 100755 --- a/includes/init.php +++ b/includes/init.php @@ -46,6 +46,12 @@ require_once('./includes/config.php'); $bugsys->setDebug($debug); +// ========================= new framework system ======================== +define('ISSO', getcwd() . '/includes/framework/'); +require_once ISSO . '/App.php'; +BSApp::set_debug($debug); +// ======================================================================= + define('ISSO_DB_LAYER', 'db_mysql'); $bugsys->load('db_mysql', 'db', true); $db->connect($servername, $username, $password, $database, $usepconnect); -- 2.22.5