mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
ZEOTSS integration. cURL validation for paypal and ZEOTSS, register users on ZEOTS server.
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user