File "in_upgrading.php"

Full Path: /home/flipjqml/onlinebetsolution.com/wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php
File size: 241 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace LiteSpeed;
defined('WPINC') || exit();

$msg = __('LiteSpeed cache plugin upgraded. Please refresh the page to complete the configuration data upgrade.', 'litespeed-cache');

echo self::build_notice(self::NOTICE_BLUE, $msg);