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