diff --git a/admin/registration_list.php b/admin/registration_list.php
index de70cd0b..b4ce72ef 100644
--- a/admin/registration_list.php
+++ b/admin/registration_list.php
@@ -124,7 +124,7 @@ else $wherestatus="";
");
echo mysql_error();
- echo "
";
+ echo "";
echo "";
if($showstatus) $stat="&showstatus=".$showstatus;
echo "".i18n("Status")." | ";
diff --git a/cms.php b/cms.php
new file mode 100644
index 00000000..3c3fe133
--- /dev/null
+++ b/cms.php
@@ -0,0 +1,26 @@
+
+/*
+ This file is part of the 'Science Fair In A Box' project
+ SFIAB Website: http://www.sfiab.ca
+
+ Copyright (C) 2008 James Grant
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation, version 2.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
+?>
+
+ include "common.inc.php";
+ output_page_cms($_GET['f']);
+?>
diff --git a/config/cms.php b/config/cms.php
new file mode 100644
index 00000000..89a2e780
--- /dev/null
+++ b/config/cms.php
@@ -0,0 +1,136 @@
+
+/*
+ This file is part of the 'Science Fair In A Box' project
+ SFIAB Website: http://www.sfiab.ca
+
+ Copyright (C) 2008 James Grant
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation, version 2.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
+?>
+
+ require("../common.inc.php");
+ require_once("../user.inc.php");
+ user_auth_required('committee', 'config');
+
+ //make sure storage folder exists
+ if(!file_exists("../data/userfiles"))
+ mkdir("../data/userfiles");
+
+
+ send_header("Website Content Manager",
+ array('Committee Main' => 'committee_main.php',
+ 'SFIAB Configuration' => 'config/index.php')
+ );
+
+ if($_POST['action']=="save")
+ {
+
+ echo happy(i18n("Page text successfully saved"));
+ echo "no, actually its not saving yet, im not done!
";
+
+ }
+
+ if($_GET['filename'] || $_GET['id'] || $_GET['action']=="create")
+ {
+ echo "<< Back to file list
\n";
+ echo "