mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-24 13:29:10 -04:00
10 lines
323 B
PHP
10 lines
323 B
PHP
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||
|
|
<div>
|
||
|
|
<p>
|
||
|
|
<?= t("The administration session has expired, please re-authenticate to access the administration area.") ?>
|
||
|
|
</p>
|
||
|
|
<p>
|
||
|
|
<?= t("You are currently logged in as %user_name.", array("user_name" => $user_name)) ?>
|
||
|
|
</p>
|
||
|
|
<?= $form ?>
|
||
|
|
</div>
|