diff options
Diffstat (limited to 'www-ssl/admin/Recentchanges.php')
-rwxr-xr-x | www-ssl/admin/Recentchanges.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www-ssl/admin/Recentchanges.php b/www-ssl/admin/Recentchanges.php index b6cb5a9f..265dd18d 100755 --- a/www-ssl/admin/Recentchanges.php +++ b/www-ssl/admin/Recentchanges.php @@ -3,7 +3,6 @@ $title = "ChangeLog"; $header = "Datenbank-Auszug"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); $SQL = "SELECT * FROM `ChangeLog` ORDER BY `Time` DESC LIMIT 0,10000"; $Erg = mysql_query($SQL, $con); |