mirror of
https://github.com/e107inc/e107.git
synced 2025-10-17 15:56:25 +02:00
8 lines
312 B
Python
8 lines
312 B
Python
if (ADMIN && ADMINPERMS == "0") {
|
|
global $ns;
|
|
if ($pref['adminpwordchange'] && ((ADMINPWCHANGE+2592000) < time())) {
|
|
$text = "<div style='mediumtext; text-align:center'>".ADLAN_102." <a href='".e_ADMIN."updateadmin.php'>".ADLAN_103."</a></div>";
|
|
return $ns -> tablerender(ADLAN_104, $text, '', TRUE);
|
|
}
|
|
}
|