summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-08 16:58:52 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-08 16:58:52 -0800
commit92f66058d30a04681a01b886bdc652a70652cbfa (patch)
tree53fbba217a63f186908718494053ee68f8f8cd4f /modules
parent7d07190af1bda3ae1ec0e899a9997c659532ed29 (diff)
Revert "Warn admins after login if their PHP install has the"
This reverts commit 612ddd7050889974fc1f7e449e715b4c1129c0bb.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/gallery_event.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 689e21d1..13a0bdb4 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -178,10 +178,6 @@ class gallery_event_Core {
}
Session::instance()->set("active_auth_timestamp", time());
auth::clear_failed_attempts($user);
-
- if ($user->admin && ini_get("session.use_trans_sid")) {
- message::info(t("PHP is configured with <a href=\"url\">session.use_trans_sid</a> enabled which will cause random logouts. Please disable this setting.", array("url" => "http://www.php.net/manual/en/session.configuration.php#ini.session.use-trans-sid")));
- }
}
static function user_auth_failed($name) {