From 27ed9258c37cc9976239edef37e45f45b928b340 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Jan 2021 17:08:35 +0100 Subject: [PATCH] Drush_Update_2021-01-28_17_08 --- README | 10 ++++++++++ initialize/db.inc.php | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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: