diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-23 11:13:27 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-23 11:13:27 -0500 |
commit | 5a2ba9c2e7605bb788bc406184547d22c6436867 (patch) | |
tree | cbd988d534e8a8593a31d70571222443f80da0b3 /src/web/lang/auth.php | |
parent | fix about modal (diff) | |
download | xssbook2-5a2ba9c2e7605bb788bc406184547d22c6436867.tar.gz xssbook2-5a2ba9c2e7605bb788bc406184547d22c6436867.tar.bz2 xssbook2-5a2ba9c2e7605bb788bc406184547d22c6436867.zip |
v2.1.0, refactor w/ crimson
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'; - -?> |