mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Add maessage when we automatically log you out of the admin area.
This commit is contained in:
@@ -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("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user