mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Include siteinfo on the update page.
This commit is contained in:
@@ -993,9 +993,9 @@ class admin_shortcodes
|
||||
|
||||
function sc_admin_siteinfo($parm='')
|
||||
{
|
||||
if($parm == 'creditsonly' && e_PAGE != "credits.php" && e_PAGE != "phpinfo.php")
|
||||
if($parm == 'creditsonly' && e_PAGE != "credits.php" && e_PAGE != "phpinfo.php" && e_PAGE != 'e107_update.php')
|
||||
{
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user