PATH: //opt/alt/ruby23/lib64/ruby/gems/2.3.0/gems/rack-1.6.4/example
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 lobster.ru
↓
X
📄 protectedlobster.rb
↓
X
📄 protectedlobster.ru
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: protectedlobster.rb
require 'rack' require 'rack/lobster' lobster = Rack::Lobster.new protected_lobster = Rack::Auth::Basic.new(lobster) do |username, password| 'secret' == password end protected_lobster.realm = 'Lobster 2.0' pretty_protected_lobster = Rack::ShowStatus.new(Rack::ShowExceptions.new(protected_lobster)) Rack::Server.start :app => pretty_protected_lobster, :Port => 9292
SIMPAN PERUBAHAN