nitropack
Last commit date
classes
5 months ago
languages
7 months ago
nitropack-sdk
5 months ago
view
5 months ago
advanced-cache.php
1 year ago
batcache-compat.php
1 year ago
constants.php
5 months ago
diagnostics.php
11 months ago
functions.php
5 months ago
helpers.php
1 year ago
main.php
5 months ago
readme.txt
5 months ago
uninstall.php
7 months ago
batcache-compat.php
7 lines
| 1 | <?php |
| 2 | define("NITROPACK_BATCACHE_COMPAT", true); |
| 3 | $batcache["unique"][] = !empty($_SERVER["HTTP_USER_AGENT"]) && preg_match("/(Android|Mobile|iPod|iPhone|MobileSafari|webOS|BlackBerry|windows phone|symbian|vodafone|opera mini|windows ce|smartphone|palm|midp)/i", $_SERVER["HTTP_USER_AGENT"]) ? "mobile" : "desktop"; |
| 4 | $batcache["cache_control"] = false; |
| 5 | $batcache["use_stale"] = false; |
| 6 | $batcache["times"] = 1; |
| 7 |