Add maessage when we automatically log you out of the admin area.

This commit is contained in:
Bharat Mediratta
2010-07-05 08:44:46 -07:00
parent 60126adc7e
commit 45b210c287
+1
View File
@@ -74,6 +74,7 @@ class Admin_Controller extends Controller {
$result = new stdClass();
$result->result = "success";
if ($time_remaining < 30) {
message::success(t("Automatically logged out of the admin area for your security"));
$result->location = url::abs_site("");
}