diff --git a/manager/frames/1.php b/manager/frames/1.php index c8ce43d857..c756a64bc2 100644 --- a/manager/frames/1.php +++ b/manager/frames/1.php @@ -1,7 +1,7 @@ INCLUDE_ORDERING_ERROR

Please use the MODX Content Manager instead of accessing this file directly."); + die("INCLUDE_ORDERING_ERROR

Please use the EVO Content Manager instead of accessing this file directly."); } header("X-XSS-Protection: 0"); @@ -291,7 +291,7 @@ config['settings_version'] != $modx->getVersionData('version') ? 'style="color:#ffff8a;"' : ''; - $version = stristr($modx->config['settings_version'], 'd') === FALSE ? 'MODX Evolution' : 'MODX EVO Custom'; + $version = 'Evolution'; ?> ' . $version . ' %s', $site_name, $modx->getVersionData('full_appname'), $style, $modx->config['settings_version']);