Add google webmaster tools
Add google webmaster tools


Former-commit-id: c05d8d7bfe437acf24624df19bf21d0b87e1458a

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

--- /dev/null
+++ b/google676a414ad086cefb.html
@@ -1,1 +1,2 @@
+google-site-verification: google676a414ad086cefb.html
 

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;
-?>