Drush_Update_2021-01-28_17_01

This commit is contained in:
root
2021-01-28 17:01:35 +01:00
parent 32af510299
commit 61b18352fe
39 changed files with 89 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,6 +1,6 @@
<?php <?php
// turn on warnings and notice durin developement // turn on warnings and notice during developement
error_reporting(E_ERROR); include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?PHP
// produchtion // produchtion
error_reporting(E_ERROR) error_reporting(E_ERROR);
//developement //developement
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); //error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
?>

View File

@@ -93,7 +93,7 @@
//Overrride settings above //Overrride settings above
// values for security not in resporitory // values for security not in resporitory
// include('ini.dev.php'); // include('ini.dev.php');
include('ini.live.php') include('ini.live.php');
// The character encoding that's used as content-type for HTML, RSS and email output: // The character encoding that's used as content-type for HTML, RSS and email output:
// IMPORTANT NOTES: - the encoding type specified here must match the default character set you've // IMPORTANT NOTES: - the encoding type specified here must match the default character set you've

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,7 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).

View File

@@ -1,4 +1,6 @@
<?php <?php
// turn on warnings and notice during developement
include('initialize/PhpErrorSettings.inc.php');
// Project: Web Reference Database (refbase) <http://www.refbase.net> // Project: Web Reference Database (refbase) <http://www.refbase.net>
// Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
// original author(s). // original author(s).