? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /usr/local/lsws/admin/html.6.3.1/classes/
File Upload :
Current File : //usr/local/lsws/admin/html.6.3.1/classes/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;
	}
}

T1KUS90T
  root-grov@198.54.114.191:~$