summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/ruby/www/login.rb
blob: 1c88a97e6ade4a7953843513553c0de9d015fb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'www/lib'

# basic login

class WWW

    def handle_login()
        check_template_file('login','exalogin.htm')
        set('password', '')
        message('Login','')
    end

end