<?defined('SYSPATH') or die('<b>403<br />Запрет доступа</b>');class Password extends Controller{ public function update($pass) { $this->mysql->update('`user`',"`password`='$pass'","`id`='1'"); }}