🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 12:37:39 | PHP 8.1.34
📂
/ (Root)
/
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
/
src
/
View
/
Model
📍 /usr/local/lsws/add-ons/webcachemgr/src/View/Model
🔄 Refresh
✏️
Editing: CacheRootNotSetViewModel.php
Read Only
<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * * @author Michael Alegre * @copyright 2018-2025 LiteSpeed Technologies, Inc. * ******************************************* */ namespace Lsc\Wp\View\Model; use Lsc\Wp\Context\Context; use Lsc\Wp\LSCMException; class CacheRootNotSetViewModel { public function __construct() { /** * Nothing to do */ } /** * * @return string * * @throws LSCMException Thrown indirectly by Context::getOption() call. */ public function getTpl() { return Context::getOption()->getSharedTplDir() . '/CacheRootNotSet.tpl'; } }
💾 Save Changes
❌ Cancel