PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

static
app.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/toolsCommon/app.php'
View Content
<?php
class toolsCommonPlugin extends PluginBase{
	function __construct(){
		parent::__construct();
	}
	public function regist(){
		$this->hookRegist(array(
			'user.commonJs.insert'	=> 'toolsCommonPlugin.echoJs'
		));
	}
}
package.json
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/toolsCommon/package.json'
View Content
{
	"id":"toolsCommon",
	"name":"toolsCommon",
	"title":"toos setting",
	"version":"1.1",
	"hidden":1,
	"source":{
		"className":"x-item-icon x-ini"
	},
	"description":"some configs",
	"auther":{
		"copyright":"kodcloud.",
		"homePage":"http://www.kodcloud.com",
	},
	"configItem":{}
}