From: Alan Knowles Date: Thu, 3 Nov 2011 08:26:46 +0000 (+0800) Subject: GoogleKey.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2bbd37838ad7eec7f0ef5ff35f1507d2300c632e GoogleKey.php --- diff --git a/GoogleKey.php b/GoogleKey.php index e69de29b..460a33f6 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -0,0 +1,26 @@ +getAuthUser(); + if (!$au) { + $this->jerrAuth("only authenticated users"); + } + + $this->authUser = $au; + } + + function post() + { + $ff = HTML_FlexyFramework::get()->Pman_Core['googlekey']; + $this->jdata() + + } + + +} \ No newline at end of file