404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.141.25.30: ~ $
<?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';
	}

}

Filemanager

Name Type Size Permission Actions
ws Folder 0755
CValidation.php File 26.65 KB 0644
ConfData.php File 860 B 0644
ConfigFile.php File 13.87 KB 0644
ConfigFileEx.php File 4.68 KB 0644
CustStatusCode.php File 2.19 KB 0644
DATTR_HELP.php File 773 B 0644
DATTR_HELP_ITEM.php File 2.53 KB 0644
DAttrBase.php File 12.42 KB 0644
DFileSect.php File 582 B 0644
DPage.php File 3.75 KB 0644
DTbl.php File 17.52 KB 0644
DUtil.php File 4.22 KB 0644
DispInfo.php File 4.36 KB 0644
GUIBase.php File 3.25 KB 0644
PathTool.php File 3.02 KB 0644
XmlTreeBuilder.php File 3.27 KB 0644
blowfish.php File 25.68 KB 0644
jCryption.php File 15.92 KB 0644