summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-15 17:17:44 +0400
committerAndrew Dolgov <[email protected]>2012-09-15 17:17:44 +0400
commitd1e31c7a747bdfe91a565d6c9dabdd923bdfd8d3 (patch)
treecb6cad8dc8f96f2fbdbfbc96d0c51c79c938088c /classes/pref
parentd031f6981353c7876e7407e225df520a61473f8c (diff)
Revert "only enable OTPHP on php version 5.3+"
This reverts commit 1835f145a8f4d450e33b15faf7d50437731a8793.
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index f4a663dbd..e9f420774 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -258,7 +258,7 @@ class Pref_Prefs extends Handler_Protected {
print "</form>";
- if (version_compare(PHP_VERSION, '5.3.0') >= 0 && $_SESSION["auth_module"] == "internal") {
+ if ($_SESSION["auth_module"] == "internal") {
print "<h2>" . __("One time passwords / Authenticator") . "</h2>";