X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GoogleKey.php;h=bdcbb8c94030dc3bb3e16a9b777c8d17ba2d76c2;hp=d6de329e7257c7796fd1aeb20e2389c4845dc1a5;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=4a107d59fbde9e7f6da2a1910440e4cfcf1087c2 diff --git a/GoogleKey.php b/GoogleKey.php index d6de329e..bdcbb8c9 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -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"); }