GoogleKey.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:26:46 +0000 (16:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:26:46 +0000 (16:26 +0800)
GoogleKey.php

index e69de29..460a33f 100644 (file)
@@ -0,0 +1,26 @@
+<?php
+
+require_once 'Pman.php';
+
+class Pman_Core_GoogleKey extends Pman
+{
+    function getAuth()
+    {
+        
+        $au = $this->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