X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GoogleKey.php;h=bdcbb8c94030dc3bb3e16a9b777c8d17ba2d76c2;hp=348bfcfa394bfa5dc6c01da7e3aa5e78e263e656;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=e4556e46944c054c834ec4f76da5dfbf5a9ca3a5 diff --git a/GoogleKey.php b/GoogleKey.php index 348bfcfa..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,12 +22,12 @@ 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; if (empty($pc['googlekey'])) {