]> git.sesse.net Git - itkacl/commit
Add the bare minimum of what is required for the web interface to work (but be butt...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 14 May 2013 22:50:35 +0000 (00:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 14 May 2013 22:50:35 +0000 (00:50 +0200)
commite7130e30ca2a76082de68a72fb2a52b4510f7bf1
treeb298fbe455c1d18522c11324aef8312d2a655adc
parentb9014762b8051b457c68d8de11a08d64401026fa
Add the bare minimum of what is required for the web interface to work (but be butt-ugly) and not leak passwords.
16 files changed:
itkacl-web-1.0/README [new file with mode: 0644]
itkacl-web-1.0/README.icons [new file with mode: 0644]
itkacl-web-1.0/include/config.local.pm [new file with mode: 0644]
itkacl-web-1.0/include/config.pm [new file with mode: 0644]
itkacl-web-1.0/include/itkaclcommon.pm [new file with mode: 0644]
itkacl-web-1.0/web/add.pl [new file with mode: 0755]
itkacl-web-1.0/web/addnode.pl [new file with mode: 0755]
itkacl-web-1.0/web/change-comment.pl [new file with mode: 0755]
itkacl-web-1.0/web/delete.pl [new file with mode: 0755]
itkacl-web-1.0/web/deletenode.pl [new file with mode: 0755]
itkacl-web-1.0/web/footer.html [new file with mode: 0644]
itkacl-web-1.0/web/header.html [new file with mode: 0644]
itkacl-web-1.0/web/index.pl [new file with mode: 0755]
itkacl-web-1.0/web/itkacl.js [new file with mode: 0644]
itkacl-web-1.0/web/jquery-1.7.min.js [new file with mode: 0644]
itkacl-web-1.0/web/view.pl [new file with mode: 0755]