REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 860 B
Close
//proc/thread-self/root/usr/local/lsws/admin/html.6.3.3/classes/ConfData.php
Text
Base64
<?php class CVal { private $_v = null; //value private $_e = null; //err public function __construct($v, $e=null) { $this->_v = $v; $this->_e = $e; } public function GetVal() { return $this->_v; } public function SetVal($v) { $this->_v = $v; } public function HasVal() { // 0 is valid return ($this->_v !== null && $this->_v !== ''); } public function GetErr() { return $this->_e; } public function SetErr($e) { $this->_e = $e; } public function HasErr() { return $this->_e != null; } } class ConfData { public $_data; public $_path; public $_type; //{'serv','admin','vh','tp'} public $_id; public function __construct($type, $path, $id=null) { $this->_data = []; $this->_type = $type; $this->_path = $path; $this->_id = $id; } public function setId($id) { $this->_id = $id; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 18
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ws
DIR
-
drwxr-xr-x
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
blowfish.php
25.68 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfData.php
860 B
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigFile.php
13.87 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigFileEx.php
4.68 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CustStatusCode.php
2.19 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CValidation.php
26.65 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DAttrBase.php
12.42 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DATTR_HELP.php
773 B
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DATTR_HELP_ITEM.php
2.53 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DFileSect.php
582 B
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DispInfo.php
4.36 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DPage.php
3.75 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DTbl.php
17.52 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DUtil.php
4.22 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GUIBase.php
3.25 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jCryption.php
15.92 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PathTool.php
3.01 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
XmlTreeBuilder.php
3.27 KB
lrw-r--r--
2025-07-30 13:15:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).