index of
/
home
/
thefkyzp
/
public_html
/
wp-content
/
plugins
/
litespeed-cache
/
File: /home/thefkyzp/public_html/wp-content/plugins/litespeed-cache/guest.vary.php
<?php /** * Lightweight script to update guest mode vary * * @since 4.1 */ require 'lib/guest.cls.php'; $guest = new \LiteSpeed\Lib\Guest(); $guest->update_guest_vary();