aboutsummaryrefslogtreecommitdiff
path: root/views/sample_archive
diff options
context:
space:
mode:
Diffstat (limited to 'views/sample_archive')
-rw-r--r--views/sample_archive/index.php12
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(); ?>