summaryrefslogtreecommitdiff
path: root/swat/install/samba3.esp
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-12-10 06:39:42 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:59:59 +0100
commit60c8e5b9157a9413787f1bf0116d3d6da1bed894 (patch)
treeb923f7173ea311a379d0aaa77d8e2403587667e6 /swat/install/samba3.esp
parent82585a5ca6fc10eef7a55a756241a34c969823d7 (diff)
downloadsamba-60c8e5b9157a9413787f1bf0116d3d6da1bed894.tar.gz
samba-60c8e5b9157a9413787f1bf0116d3d6da1bed894.tar.bz2
samba-60c8e5b9157a9413787f1bf0116d3d6da1bed894.zip
r26364: Branch Samba 4.0 for an alpha2 release.
Andrew Bartlett (This used to be commit 7a891215d0779affa606e360608388950c82d6ce)
Diffstat (limited to 'swat/install/samba3.esp')
-rw-r--r--swat/install/samba3.esp4
1 files changed, 2 insertions, 2 deletions
diff --git a/swat/install/samba3.esp b/swat/install/samba3.esp
index c6fc9f1418..4de942f972 100644
--- a/swat/install/samba3.esp
+++ b/swat/install/samba3.esp
@@ -15,8 +15,8 @@
<h1>Import from Samba3</h1>
<%
-if (session.authinfo.user_class == "ADMINISTRATOR"
- || session.authinfo.user_class == "SYSTEM") {
+if ((session.authinfo.user_class == "ADMINISTRATOR")
+ || (session.authinfo.user_class == "SYSTEM")) {
if (form['submit'] == "Cancel") {
redirect("/");