X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GoogleKey.php;h=bdcbb8c94030dc3bb3e16a9b777c8d17ba2d76c2;hp=8bb19a000a22f99d2ca1376c64bb92d23fad637f;hb=refs%2Fheads%2Fwip_alan_T6343_generic_progress_bar_delete;hpb=986827dba4d25051d06c5ae51a0a63b106290ccf diff --git a/GoogleKey.php b/GoogleKey.php index 8bb19a00..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);exit; if (empty($pc['googlekey'])) { $this->jerr("Google API Key not configured"); }