diff options
author | M.Gergo | 2018-07-06 11:14:41 +0200 |
---|---|---|
committer | M.Gergo | 2018-07-06 11:14:41 +0200 |
commit | 43de9af71f7f4ca5731b94a06d688ae8412ba427 (patch) | |
tree | 54835de1dfcda504c02da261f0dc26885aed2e89 /mayor-orig/www/policy/private/session/googleapi.php | |
parent | 50310b0e4513ee3fcce67351ae61e8fff851130e (diff) | |
download | mayor-43de9af71f7f4ca5731b94a06d688ae8412ba427.tar.gz mayor-43de9af71f7f4ca5731b94a06d688ae8412ba427.zip |
2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota
Diffstat (limited to 'mayor-orig/www/policy/private/session/googleapi.php')
-rw-r--r-- | mayor-orig/www/policy/private/session/googleapi.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mayor-orig/www/policy/private/session/googleapi.php b/mayor-orig/www/policy/private/session/googleapi.php new file mode 100644 index 00000000..fe079bed --- /dev/null +++ b/mayor-orig/www/policy/private/session/googleapi.php @@ -0,0 +1,28 @@ +<?php + + global $ADAT; + +// putFacebookConnectStatusz($ADAT); + +// echo '<div class="g-signin2" data-onsuccess="onSignIn"></div>'; + +// echo '<h1>Tesztüzem</h1>'; + +// formBegin(); +// echo '<input type="text" name="action" value="googleapiCheck" >'; +// echo '<button type="button" id="googleapiCheckBtn" class="api"><span class="icon-googleplus"></span> Ellenőrzés</button>'; +// formEnd(); + +// formBegin(); +// echo '<input type="hidden" name="action" value="googleGrant" >'; +// echo '<button type="button" id="googleLoginBtn" class="api"><span class="icon-googleplus"></span> Összeköt</button>'; +// formEnd(); + +// formBegin(); +// echo '<input type="text" name="action" value="googleRevoke" >'; +// echo '<button type="submit" class="api"><span class="icon-googleplus"></span> Visszavon</button>'; +// formEnd(); + + putGoogleapiStatusz($ADAT); + +?>
\ No newline at end of file |