https://src.bluestatic.org
/
bugdar.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c19f7
)
Load ISSO3 support alongside ISSO2
author
Robert Sesek <rsesek@bluestatic.org>
Tue, 10 Jun 2008 15:02:33 +0000
(11:02 -0400)
committer
Robert Sesek <rsesek@bluestatic.org>
Tue, 10 Jun 2008 15:02:33 +0000
(11:02 -0400)
* includes/init.php
includes/init.php
patch
|
blob
|
history
diff --git
a/includes/init.php
b/includes/init.php
index 7c3afe52c9b34e38dbefccc9143fc179857235e7..97043026fe813e7b00d638ce9c6c24c479e310f7 100755
(executable)
--- 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);