From 9f78f1cf7711fd01278aa922bc3d921865079664 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Thu, 6 Nov 2008 02:34:17 +0000 Subject: [PATCH] moved hiscore functions into seperate file --- website/hiscores/functions.php | 72 ++++++++++++++++++++++++++++++++++ website/hiscores/hiscores.php | 64 +----------------------------- 2 files changed, 74 insertions(+), 62 deletions(-) create mode 100644 website/hiscores/functions.php diff --git a/website/hiscores/functions.php b/website/hiscores/functions.php new file mode 100644 index 0000000..f02ad69 --- /dev/null +++ b/website/hiscores/functions.php @@ -0,0 +1,72 @@ + + diff --git a/website/hiscores/hiscores.php b/website/hiscores/hiscores.php index 0398850..20b1b25 100644 --- a/website/hiscores/hiscores.php +++ b/website/hiscores/hiscores.php @@ -1,67 +1,7 @@