X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.0.12/classes
usr
/
local
/
lsws
/
admin
/
html.6.0.12
/
classes
/
📁
..
📄
CHART.php
(3.16 KB)
📄
CValidation.php
(27.14 KB)
📄
ConfData.php
(853 B)
📄
ConfigFile.php
(13.98 KB)
📄
ConfigFileEx.php
(4.96 KB)
📄
CustStatusCode.php
(2.22 KB)
📄
DATTR_HELP.php
(767 B)
📄
DATTR_HELP_ITEM.php
(2.53 KB)
📄
DAttrBase.php
(13.19 KB)
📄
DFileSect.php
(582 B)
📄
DPage.php
(3.84 KB)
📄
DTbl.php
(16.84 KB)
📄
DUtil.php
(4.71 KB)
📄
DispInfo.php
(4.36 KB)
📄
GUIBase.php
(3.25 KB)
📄
PathTool.php
(3.3 KB)
📄
XmlTreeBuilder.php
(3.37 KB)
📄
blowfish.php
(26.82 KB)
📄
jCryption.php
(15.73 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]; else return NULL; } public function GetEditTip($labels) { $tips = array(); 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