PluginProbe ʕ •ᴥ•ʔ
LiteSpeed Cache / 7.6.1
LiteSpeed Cache v7.6.1
trunk 1.0.15 1.9.1.1 2.9.9.2 3.6.4 4.6 5.7.0.1 6.5.4 7.0.0.1 7.0.1 7.1 7.2 7.3 7.3.0.1 7.4 7.5 7.5.0.1 7.6 7.6.1 7.6.2 7.7 7.8 7.8.0.1 7.8.1
litespeed-cache / guest.vary.php
litespeed-cache Last commit date
assets 7 months ago cli 7 months ago data 7 months ago lang 7 months ago lib 7 months ago src 7 months ago thirdparty 7 months ago tpl 7 months ago LICENSE 7 months ago autoload.php 7 months ago changelog.txt 7 months ago composer.json 7 months ago composer.lock 7 months ago guest.vary.php 7 months ago litespeed-cache.php 7 months ago package-lock.json 7 months ago package.json 7 months ago phpcs.ruleset.xml 7 months ago phpcs.xml.dist 7 months ago qc-ping.txt 7 months ago readme.txt 7 months ago security.md 7 months ago typos.toml 7 months ago
guest.vary.php
13 lines
1 <?php
2 /**
3 * Lightweight script to update guest mode vary
4 *
5 * @since 4.1
6 */
7
8 require 'lib/guest.cls.php';
9
10 $guest = new \LiteSpeed\Lib\Guest();
11
12 $guest->update_guest_vary();
13