芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resupres/dddse/system/classes/Kohana/HTTP/Exception/405.php
headers('allow', $methods); return $this; } /** * Validate this exception contains everything needed to continue. * * @throws Kohana_Exception * @return bool */ public function check() { if ($location = $this->headers('allow') === NULL) throw new Kohana_Exception('A list of allowed methods must be specified'); return TRUE; } }