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>
4 your logo is not shown to not logged in users.
1 …ot) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
2483 $logged = null;2485 $logged = Strings::packSSH2(2496 $this->send_binary_packet($packet, $logged);2621 … $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));2624 $logged .= Strings::packSSH2('s', 'dummy-answer');2627 $this->send_binary_packet($packet, $logged);4315 * @param string $logged4319 protected function send_binary_packet($data, $logged = null) argument4326 if (!isset($logged)) {4327 $logged = $data;[all …]