check file exists
[Pman.Core] / GoogleKey.php
index d6de329..bdcbb8c 100644 (file)
@@ -2,6 +2,14 @@
 
 require_once 'Pman.php';
 
+
+/**
+ * 
+ * NOT IN USED NOW!!!
+ * 
+ * 
+ * 
+ */
 class Pman_Core_GoogleKey extends Pman
 {
     function getAuth()
@@ -14,15 +22,14 @@ class Pman_Core_GoogleKey extends Pman
         
         $this->authUser = $au;
     }
-    function get() {
+    function get($v, $opts=array()) {
         // for testing..
         return $this->post();
     }
     
-    function post()
+    function post($v)
     {
         $pc = HTML_FlexyFramework::get()->Pman_Core;
-        print_r($pc);
         if (empty($pc['googlekey'])) {
             $this->jerr("Google API Key not configured");
         }