From 7d4c898ab3adbfbb0ad2c6887afc391273762828 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 07:29:36 +0100 Subject: optional SINGLE_USER_MODE --- backend.php | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index ed8ab6c18..edef18a03 100644 --- a/backend.php +++ b/backend.php @@ -1621,28 +1621,32 @@ } else { - print "
"; - - print ""; - print ""; - - print ""; - print ""; - - print ""; - - print ""; + if (!SINGLE_USER_MODE) { - print "

Authentication

Old password
New password
"; - - print ""; - - print "

"; + print ""; + + print ""; + print ""; + + print ""; + print ""; + + print ""; + + print ""; + + print "

Authentication

Old password
New password
"; + + print ""; + + print "

"; + + print "

"; - print ""; + } $result = db_query($link, "SELECT ttrss_user_prefs.pref_name,short_desc,help_text,value,type_name, -- cgit v1.2.3