1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-17 15:56:25 +02:00
Files
php-e107/e107_files/shortcode/admin_pword.sc
2006-12-02 04:36:16 +00:00

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);
}
}