From ca7209adcb92d7647ea90d1a12e2bdc0307855d1 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 6 Aug 2018 10:51:49 -1000 Subject: [PATCH] added place holder pages to kill off the 404s courtesy of the main page --- addaccounts.php | 6 ++++++ changeaccounts.php | 6 ++++++ listchars.php | 7 +++++++ updateaccountstats.php | 6 ++++++ updatecharstats.php | 6 ++++++ 5 files changed, 31 insertions(+) create mode 100644 addaccounts.php create mode 100644 changeaccounts.php create mode 100644 listchars.php create mode 100644 updateaccountstats.php create mode 100644 updatecharstats.php diff --git a/addaccounts.php b/addaccounts.php new file mode 100644 index 0000000..b4b079b --- /dev/null +++ b/addaccounts.php @@ -0,0 +1,6 @@ +user page'; +include_once ('footer.php'); +?> \ No newline at end of file diff --git a/changeaccounts.php b/changeaccounts.php new file mode 100644 index 0000000..112b62c --- /dev/null +++ b/changeaccounts.php @@ -0,0 +1,6 @@ +user page'; +include_once ('footer.php'); +?> \ No newline at end of file diff --git a/listchars.php b/listchars.php new file mode 100644 index 0000000..cee6437 --- /dev/null +++ b/listchars.php @@ -0,0 +1,7 @@ +
'; +echo 'Return to your user page'; +include_once ('footer.php'); +?> \ No newline at end of file diff --git a/updateaccountstats.php b/updateaccountstats.php new file mode 100644 index 0000000..07a137f --- /dev/null +++ b/updateaccountstats.php @@ -0,0 +1,6 @@ +user page'; +include_once ('footer.php'); +?> \ No newline at end of file diff --git a/updatecharstats.php b/updatecharstats.php new file mode 100644 index 0000000..29f5371 --- /dev/null +++ b/updatecharstats.php @@ -0,0 +1,6 @@ +user page'; +include_once ('footer.php'); +?> \ No newline at end of file