1
0
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:
Cameron
2017-01-26 20:00:17 -08:00
parent 7fb6e5a368
commit fb63e25c59

View File

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