We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf3008 commit 3344820Copy full SHA for 3344820
cache.php
@@ -301,7 +301,7 @@ function sort_list(&$list) {
301
<?php if( isset( $_GET['action'] ) && $_GET['action'] == 'apcu_view' ): ?>
302
<div>
303
<h3>Value for <?=htmlentities('"'.$_GET['selector'].'"')?></h3>
304
- <pre><?=htmlentities(var_export(apcu_fetch(urldecode($_GET['selector']))), true); ?></pre>
+ <pre><?=htmlentities(var_export(apcu_fetch(urldecode($_GET['selector'])), true)); ?></pre>
305
</div>
306
<?php endif; ?>
307
<?php if( isset( $_GET['action'] ) && $_GET['action'] == 'apcu_select' ): ?>
0 commit comments