diff --git a/README b/README index eb1a97c..b195d3e 100644 --- a/README +++ b/README @@ -1,3 +1,13 @@ +This is a bugfix for PHP 7.X +to turn on warnings and notice change initialize/PhpErrorSettings.inc.ph +report errors here: +https://git.sargas.org/Refbase/Refbase2X/issues + +but ... ia looking for developers .... + +maybe no one will answer soon + + refbase 0.9.7 README ==================== diff --git a/initialize/db.inc.php b/initialize/db.inc.php index 415caf9..82502cf 100644 --- a/initialize/db.inc.php +++ b/initialize/db.inc.php @@ -66,8 +66,8 @@ $tablePrefix = ""; // e.g.: "rb_" // database values for security not in resporitory - // include('db.dev.php'); - include('db.live.php'); + include('db.dev.php'); + //include('db.live.php'); // The names of the MySQL database tables used by refbase: // -> in code comments referred to as table: