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`).

main.js
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/adminer/static/main.js'
View Content
kodReady.push(function(){
	Events.bind('main.menu.loadBefore',function(listData){ //添加到左侧菜单栏
		listData['{{package.id}}'] = {
			name:'{{package.name}}',
			url:'{{pluginHost}}adminer/',
			target:'{{config.openWith}}',
			subMenu:'{{config.menuSubMenu}}',
			menuAdd:'{{config.menuAdd}}',
			icon:'ri-database-fill-2 bg-blue-7'
		}
	});
	Router.mapIframe({page:'{{package.id}}',title:'{{package.name}}',url:'{{pluginHost}}adminer/',ignoreLogin:false});
});
screenshot.png
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/adminer/static/screenshot.png'
View Content