PluginProbe
WebTotem Security / 2.3.7
WebTotem Security v2.3.7
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/components/_firewall_lazy.php +1 -1 2.2.2 → 2.3.7 View file →
@@ -29,7 +29,7 @@
29 29 </div>
30 30 <?php endforeach; ?>
31 31 <?php endif; ?>
32 32
33 -<?php if($_SESSION['firewall_hasNextPage']):?>
33 +<?php if($arguments['waf']['hasNextPage']):?>
34 34 <a href="#" class="wtotem_chart__btn" id="waf_load_more"><?= wtsec_locale('load_more') ?></a>
35 35 <?php endif; ?>