This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2333d354 Test for apldap karma
2333d354 is described below
commit 2333d354aed32c635e794971f5ebd906c1598d8c
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 10 23:41:24 2024 +0000
Test for apldap karma
---
www/test/apldap/index.html | 1 +
www/test/apldap/test.cgi | 3 +++
2 files changed, 4 insertions(+)
diff --git a/www/test/apldap/index.html b/www/test/apldap/index.html
new file mode 100644
index 00000000..2c129c25
--- /dev/null
+++ b/www/test/apldap/index.html
@@ -0,0 +1 @@
+apldap
diff --git a/www/test/apldap/test.cgi b/www/test/apldap/test.cgi
new file mode 100755
index 00000000..97c40334
--- /dev/null
+++ b/www/test/apldap/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"