\r\n\tOrder Allow,Deny\r\n\tDeny from all\r\n" ); fclose( $fh ); } } } public function run() { $this->init(); $this->create_log_folder(); $this->init_settings(); if ( ! $this->run_versions_updates() ) { return false; } update_option( ARICF7CONNECTOR_VERSION_OPTION, $this->options->version ); return true; } private function init_settings() { if ( false !== get_option( ARICF7CONNECTOR_SETTINGS_NAME ) ) return ; add_option( ARICF7CONNECTOR_SETTINGS_NAME, Settings::instance()->get_default_options() ); } }