PHP 8.2.30
Preview: confMgr.php Size: 466 B
/proc/thread-self/root/proc/thread-self/root/usr/local/lsws/admin/html/config/confMgr.php

<?php

require_once('../includes/auth.php');

$confCenter = ConfCenter::singleton();

$disp = $confCenter->GetDispInfo();
$page = DPageDef::GetInstance()->GetPageDef($disp->_type, $disp->_pid);
$confErr = NULL;
$pageData = $confCenter->GetPageData($disp, $confErr);

require_once('confHeader.php');

if ( $confErr == NULL ) {
	$page->PrintHtml($pageData, $disp);
}
else {
	echo '<div class="message_error">' . $confErr . '</div>';
}

require_once('confFooter.php');

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
442 B lrw-r--r-- 2026-02-26 14:15:13
Edit Download
675 B lrw-r--r-- 2026-02-26 14:15:13
Edit Download
466 B lrw-r--r-- 2026-02-26 14:15:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).