diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/lang/auth.php (renamed from src/web/lang/en_US/apps/auth.php) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/web/lang/en_US/apps/auth.php b/src/web/lang/auth.php index fb9d758..b87ddd7 100644 --- a/src/web/lang/en_US/apps/auth.php +++ b/src/web/lang/auth.php @@ -1,4 +1,4 @@ -<?php +<?php /* Copyright (c) 2024 Freya Murphy */ $lang['login'] = 'Login'; $lang['login_branding'] = 'Connect with javascript and the world around you on XSSBook.'; @@ -30,5 +30,3 @@ $lang['action_forgot_passwd_text'] = 'Forgot password?'; $lang['register_modal_title'] = 'Create New Account'; $lang['action_register_text'] = 'Register'; $lang['action_register_tip'] = 'Register'; - -?> |