芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/lib/actor/User.php
user = $user; } public function get_type() { return 'user'; } public function get_identifier() { return (string) $this->user->ID; } public function __toString() { return $this->user->display_name; } }