X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.3.2/classes
usr
/
local
/
lsws
/
admin
/
html.6.3.2
/
classes
/
??
..
??
CValidation.php
(26.65 KB)
??
ConfData.php
(860 B)
??
ConfigFile.php
(13.87 KB)
??
ConfigFileEx.php
(4.68 KB)
??
CustStatusCode.php
(2.19 KB)
??
DATTR_HELP.php
(773 B)
??
DATTR_HELP_ITEM.php
(2.53 KB)
??
DAttrBase.php
(12.42 KB)
??
DFileSect.php
(582 B)
??
DPage.php
(3.75 KB)
??
DTbl.php
(17.52 KB)
??
DUtil.php
(4.22 KB)
??
DispInfo.php
(4.36 KB)
??
GUIBase.php
(3.25 KB)
??
PathTool.php
(3.02 KB)
??
XmlTreeBuilder.php
(3.27 KB)
??
blowfish.php
(25.68 KB)
??
jCryption.php
(15.92 KB)
??
ws
Editing: DATTR_HELP.php
<?php class DATTR_HELP { private $db; private $edb; private function __construct() { $this->init(); } public static function GetInstance() { if ( !isset($GLOBALS['_DATTR_HELP_']) ) { $GLOBALS['_DATTR_HELP_'] = new DATTR_HELP(); } return $GLOBALS['_DATTR_HELP_']; } public function GetItem($label) { if (isset($this->db[$label])) { return $this->db[$label]; } return null; } public function GetEditTip($labels) { $tips = []; foreach ($labels as $label) { if (isset($this->edb[$label])) { $tips = array_merge($tips, $this->edb[$label]); } } return $tips; } private function init() { // add other customized items here include 'DATTR_HELP_inc.php'; } }
Upload File
Create Folder