mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-17 19:43:26 +02:00
Fix #371 - fast APCu memory caching support
This commit is contained in:
@@ -54,6 +54,7 @@ if (user_logged_in()) {
|
||||
<h1>Changelog</h1>
|
||||
<?php
|
||||
$cache = new Cache('engine/cache/changelog');
|
||||
$cache->useMemory(false);
|
||||
if ($updateCache === true) {
|
||||
$changelogs = mysql_select_multi("SELECT `id`, `text`, `time`, `report_id`, `status` FROM `znote_changelog` ORDER BY `id` DESC;");
|
||||
|
||||
|
Reference in New Issue
Block a user