diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 14:03:19 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 14:03:19 +0200 |
| commit | c36f74386bcbb19c13915fe3796cb757aa7d1845 (patch) | |
| tree | d95b07a02326408c2a744a8772e5b14e0985dcdb /views | |
| parent | 637b86f1a221f09d1cdfb35030b7ab056add422d (diff) | |
| download | nowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.tar nowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.tar.gz nowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.zip | |
feat(controllers): Remove unused test controllers
Diffstat (limited to 'views')
| -rw-r--r-- | views/sample_archive/index.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/sample_archive/index.php b/views/sample_archive/index.php deleted file mode 100644 index 1f1ed17..0000000 --- a/views/sample_archive/index.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - $title = 'Archive a page'; - include '../meta.php'; - runController('archive_page'); -?> - -<form action="/sample_archive/index.php" method="POST"> - <input type="text" name="page_url"> - <input type="submit" name="archive_page_button"> -</form> - -<?php end_page(); ?> |
