芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/vendor/sabre/http/lib/Auth/AbstractAuth.php
realm = $realm; $this->request = $request; $this->response = $response; } /** * This method sends the needed HTTP header and status code (401) to force * the user to login. */ abstract public function requireLogin(); /** * Returns the HTTP realm. */ public function getRealm(): string { return $this->realm; } }