mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 11:59:29 +00:00
Added phrases update script called by checksystem
. assoc array of phrases . new phrases are inserted into system.phrase_tbl . new phrasen-texte in different languages are inserted into system.phrasentext_tbl
This commit is contained in:
@@ -62,6 +62,18 @@ echo '<div>';
|
||||
require_once($dbupdStr);
|
||||
echo '</div>';
|
||||
|
||||
|
||||
// ******** phrasenupdate ************/
|
||||
echo '<H2>Phrasen-Updates!</H2>';
|
||||
|
||||
echo '<div>';
|
||||
echo 'phrasesupdate.php wird aufgerufen...';
|
||||
echo '</div>';
|
||||
echo '<div>';
|
||||
require_once('phrasesupdate.php');
|
||||
echo '</div>';
|
||||
|
||||
|
||||
// ******** Berechtigungen Prüfen ************/
|
||||
echo '<h2>Berechtigungen pruefen</h2>';
|
||||
$neue=false;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user