DataObjects/Core_domain.php
[Pman.Core] / GoogleKey.php
index 8bb19a0..e6b9533 100644 (file)
@@ -2,6 +2,14 @@
 
 require_once 'Pman.php';
 
+
+/**
+ * 
+ * NOT IN USED NOW!!!
+ * 
+ * 
+ * 
+ */
 class Pman_Core_GoogleKey extends Pman
 {
     function getAuth()
@@ -22,7 +30,6 @@ class Pman_Core_GoogleKey extends Pman
     function post()
     {
         $pc = HTML_FlexyFramework::get()->Pman_Core;
-        print_r($pc);exit;
         if (empty($pc['googlekey'])) {
             $this->jerr("Google API Key not configured");
         }