PluginProbe ʕ •ᴥ•ʔ
LiteSpeed Cache / 7.8.1
LiteSpeed Cache v7.8.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 2 months ago cli 2 months ago data 2 months ago lang 2 months ago lib 2 months ago src 2 months ago thirdparty 2 months ago tpl 2 months ago LICENSE 2 months ago autoload.php 2 months ago changelog.txt 2 months ago composer.json 2 months ago composer.lock 2 months ago guest.vary.php 2 months ago litespeed-cache.php 2 months ago package-lock.json 2 months ago package.json 2 months ago phpcs.ruleset.xml 2 months ago phpcs.xml.dist 2 months ago qc-ping.txt 2 months ago readme.txt 2 months ago security.md 2 months ago typos.toml 2 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