diff --git a/.gitignore b/.gitignore index 07fe371..e1da2a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ vendor settings.php nbproject/private -*.sync-conflict* \ No newline at end of file +*.sync-conflict* +*.bak \ No newline at end of file diff --git a/database.mwb b/database.mwb new file mode 100644 index 0000000..eadcdb4 Binary files /dev/null and b/database.mwb differ diff --git a/lang/en_us.php b/lang/en_us.php index f4d5ddd..0a3d030 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -29,6 +29,4 @@ define("STRINGS", [ "login server user data error" => "The login server refused to provide account information. Try again or contact technical support.", "captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.", "home" => "Home", - "more" => "More", - "test" => "Test" ]); \ No newline at end of file