aboutsummaryrefslogtreecommitdiff
path: root/views/test1
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-26 11:10:24 +0200
committerSyndamia <kamen@syndamia.com>2025-01-26 11:10:24 +0200
commit3a2176a1c6a1c367b4677a68a80df35578160c72 (patch)
tree1a8c769b9b6f0f7f7ed7a0cd8c3cb10b113f8999 /views/test1
parent595dc8300d81e1cfaae4686c5184fffc2d1f5324 (diff)
downloadnowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.tar
nowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.tar.gz
nowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.zip
chore(views): Minor fixes
Diffstat (limited to 'views/test1')
-rw-r--r--views/test1/index.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/views/test1/index.php b/views/test1/index.php
deleted file mode 100644
index 6fb737c..0000000
--- a/views/test1/index.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
- $title = 'Added user';
- include '../meta.php';
- runController('test');
-?>
-
-<p>Something</p>
-
-<?php end_page(); ?>