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.
2 parents c414467 + 3344820 commit e341c06Copy full SHA for e341c06
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