From 2bbd37838ad7eec7f0ef5ff35f1507d2300c632e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 16:26:46 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 -- 2.39.2