diff options
Diffstat (limited to 'phpBB/includes/auth/auth_db.php')
-rw-r--r-- | phpBB/includes/auth/auth_db.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index f1bc47c393..910eb10bdb 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -206,5 +206,3 @@ function login_db(&$username, &$password) 'user_row' => $row, ); } - -?>
\ No newline at end of file |