PATH: //proc/thread-self/root/proc/thread-self/root/usr/local/lsws/admin/html/classes
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 CValidation.php
↓
X
📄 ConfData.php
↓
X
📄 ConfigFile.php
↓
X
📄 ConfigFileEx.php
↓
X
📄 CustStatusCode.php
↓
X
📄 DATTR_HELP.php
↓
X
📄 DATTR_HELP_ITEM.php
↓
X
📄 DAttrBase.php
↓
X
📄 DFileSect.php
↓
X
📄 DPage.php
↓
X
📄 DTbl.php
↓
X
📄 DUtil.php
↓
X
📄 DispInfo.php
↓
X
📄 GUIBase.php
↓
X
📄 PathTool.php
↓
X
📄 XmlTreeBuilder.php
↓
X
📄 blowfish.php
↓
X
📄 jCryption.php
↓
X
📁 ws/
X
SAVING...
BERHASIL DIUBAH!
EDITING: DFileSect.php
<?php class DFileSect { private $_tids; private $_layerId; private $_dataLoc; private $_holderIndex; public function __construct($tids, $layerId=NULL, $dataLoc=NULL, $holderIndex=NULL) { $this->_tids = $tids; $this->_layerId = $layerId; $this->_dataLoc = $dataLoc; $this->_holderIndex = $holderIndex; } public function GetTids() { return $this->_tids; } public function GetLayerId() { return $this->_layerId; } public function GetDataLoc() { return $this->_dataLoc; } public function GetHolderIndex() { return $this->_holderIndex; } }
SIMPAN PERUBAHAN