nitropack
Last commit date
assets
3 days ago
classes
3 days ago
languages
1 month ago
nitropack-sdk
2 weeks ago
view
3 days ago
batcache-compat.php
1 year ago
constants.php
3 days ago
functions.php
3 days ago
helpers.php
1 year ago
main.php
3 days ago
readme.txt
3 days 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 |