diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 16:10:15 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 16:10:15 +0200 |
| commit | 6596a76c856e2ddfccbc5f03d12a524fdf80e1bf (patch) | |
| tree | e610c07a435d84fb12c5a852aaf5a2c7b91f2050 /views/logout/meta.php | |
| parent | 6396a3f3a2ed26b94cda20cf06fa71db1f384aaa (diff) | |
| download | nowayforward_human-6596a76c856e2ddfccbc5f03d12a524fdf80e1bf.tar nowayforward_human-6596a76c856e2ddfccbc5f03d12a524fdf80e1bf.tar.gz nowayforward_human-6596a76c856e2ddfccbc5f03d12a524fdf80e1bf.zip | |
feat: Logout button
Diffstat (limited to 'views/logout/meta.php')
| -rw-r--r-- | views/logout/meta.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/logout/meta.php b/views/logout/meta.php new file mode 100644 index 0000000..be189c2 --- /dev/null +++ b/views/logout/meta.php @@ -0,0 +1,4 @@ +<?php + +$title = 'Logging out'; +$controller = 'login'; |
