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`).
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/toolsCommon/app.php'
<?php
class toolsCommonPlugin extends PluginBase{
function __construct(){
parent::__construct();
}
public function regist(){
$this->hookRegist(array(
'user.commonJs.insert' => 'toolsCommonPlugin.echoJs'
));
}
}
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/toolsCommon/package.json'
{
"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":{}
}