ZEOTSS integration. cURL validation for paypal and ZEOTSS, register users on ZEOTS server.

This commit is contained in:
Stefan Brannfjell
2014-05-19 09:09:05 +02:00
parent e52fb6a2ef
commit 480f528e38
4 changed files with 42 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ if (isset($changelogs) && !empty($changelogs) && $changelogs !== false) {
foreach ($changelogs as $changelog) {
?>
<tr>
<td><b><?php echo getClock($changelog['time'], true, true); ?></b><br><?php echo $changelog['text']; ?></td>
<td><b><?php echo getClock((isset($changelog['time'])) ? $changelog['time'] : 0, true, true); ?></b><br><?php echo $changelog['text']; ?></td>
<?php
if (user_logged_in())
if (is_admin($user_data)) {