sanitize about page
sanitize about page


Former-commit-id: cb7615df40fc19452099ed7a35fd542733595c55

file:a/about.php -> file:b/about.php
--- a/about.php
+++ b/about.php
@@ -7,10 +7,9 @@
     <h4 class="subheader">Lorem ipsum.</h4>
 </div>
 <h2> What is this? </h2>
-Disclosr is a project to monitor Australian Federal Government agencies 
+Disclo.gs is a project to monitor Australian Federal Government agencies 
 compliance with their <a href="http://www.oaic.gov.au/publications/other_operational/foi_policy_frequently_asked_questions.html#_Toc291837571">"proactive disclosure requirements"</a>.
-OGRE (Open Government Realization Evaluation) is a ranking of compliance with these requirements.
-Prometheus is the agent which polls agency websites to assess compliance.
+
 
 <h2> Open everything </h2>
 All documents released CC-BY 3 AU

--- a/getAgency.php
+++ b/getAgency.php
@@ -137,7 +137,7 @@
         }
     }
 
-    $mode = "view";
+    $mode = "edit";
     $rowArray = object_to_array($obj);
 ksort($rowArray);
     if ($mode == "edit") {

file:a/index.php (deleted)
--- a/index.php
+++ /dev/null
@@ -1,9 +1,1 @@
-<?php
-/* Redirect to a different page in the current directory that was requested */
-$host  = $_SERVER['HTTP_HOST'];
-$uri   = rtrim(dirname($_SERVER['PHP_SELF']), '/\\');
-$extra = 'getAgency.php';
-header("Location: http://$host$uri/$extra");
-exit;
-?>