Browse Source

Drush_Update_2021-01-28_17_08

master
root 4 years ago
parent
commit
27ed9258c3
2 changed files with 12 additions and 2 deletions
  1. +10
    -0
      README
  2. +2
    -2
      initialize/db.inc.php

+ 10
- 0
README View File

@ -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 refbase 0.9.7 README
==================== ====================


+ 2
- 2
initialize/db.inc.php View File

@ -66,8 +66,8 @@
$tablePrefix = ""; // e.g.: "rb_" $tablePrefix = ""; // e.g.: "rb_"
// database values for security not in resporitory // 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: // The names of the MySQL database tables used by refbase:
// -> in code comments referred to as table: // -> in code comments referred to as table:


Loading…
Cancel
Save