diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_controller/_meta.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/_controller/_meta.php b/src/web/_controller/_meta.php index 9ea3f47..ac9f682 100644 --- a/src/web/_controller/_meta.php +++ b/src/web/_controller/_meta.php @@ -1,6 +1,10 @@ <?php /* Copyright (c) 2024 Freya Murphy */ class _meta_controller extends Controller { + function __construct() { + $this->load_lang('common'); + } + public function robots(): void { header("Content-Type: text/plain"); |