芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/ycreate.jp/wp-content/plugins/siteguard/classes/siteguard-config.php
config = get_option( 'siteguard_config' ); } function set( $key, $value ) { $this->config[ $key ] = $value; } function get( $key ) { return isset( $this->config[ $key ] ) ? $this->config[ $key ] : ''; } function update() { update_option( 'siteguard_config', $this->config ); } }