git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs/auth.js
[kai/samba.git]
/
swat
/
login.esp
diff --git
a/swat/login.esp
b/swat/login.esp
index 12182ea1060103ed1b8435346d4a8790aafb26cd..257567d267186b1af75e51f7b2b921f2579871df 100644
(file)
--- a/
swat/login.esp
+++ b/
swat/login.esp
@@
-1,6
+1,5
@@
-<% page_header("plain", "SWAT Login", ""); %>
-
-<%
+<% page_header("plain", "SWAT Login", "");
+ libinclude("auth.js");
if (request['SESSION_EXPIRED'] == "True") {
write("<b>Your session has expired - please authenticate again<br /></b>\n");