Database update uses a different file for filters

- Added system/filtersupdate.php to collect all the filters and to perform an insert or an update in the database
- Removed filters from system/dbupdate_3.3.php
- Updated system/checksystem.php to call system/filtersupdate.php
This commit is contained in:
Paolo
2018-06-13 16:41:08 +02:00
parent eaa454b063
commit fda0db329e
3 changed files with 401 additions and 84 deletions
+10
View File
@@ -73,6 +73,16 @@ echo '<div>';
require_once('phrasesupdate.php');
echo '</div>';
// ******** filtersupdate ************/
echo '<H2>Filters time!</H2>';
echo '<div>';
echo 'filtersupdate.php wird aufgerufen...';
echo '</div>';
echo '<div>';
require_once('filtersupdate.php');
echo '</div>';
// ******** Berechtigungen Prüfen ************/
echo '<h2>Berechtigungen pruefen</h2>';