Hacked By AnonymousFox

Current Path : /opt/cpanel/ea-ruby27/root/usr/share/gems/gems/rack-2.2.8/example/
Upload File :
Current File : //opt/cpanel/ea-ruby27/root/usr/share/gems/gems/rack-2.2.8/example/protectedlobster.ru

# frozen_string_literal: true

require 'rack/lobster'

use Rack::ShowExceptions
use Rack::Auth::Basic, "Lobster 2.0" do |username, password|
  Rack::Utils.secure_compare('secret', password)
end

run Rack::Lobster.new

Hacked By AnonymousFox1.0, Coded By AnonymousFox