Searched refs:logged (Results 1 – 5 of 5) sorted by relevance
3 You are currently not logged in! Enter your authentication credentials below to log in. You need to…
64 $logged = self::logException($e)77 <p>$logged</p>
1 …ot) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
4 your logo is not shown to not logged in users.
2488 $logged = null;2490 $logged = Strings::packSSH2(2501 $this->send_binary_packet($packet, $logged);2626 … $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));2629 $logged .= Strings::packSSH2('s', 'dummy-answer');2632 $this->send_binary_packet($packet, $logged);4382 * @param string $logged4386 protected function send_binary_packet($data, $logged = null) argument4393 if (!isset($logged)) {4394 $logged = $data;[all …]