Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/modxcms-jp/evolution-jp
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
yama committed Aug 28, 2018
2 parents 12c390b + ae24695 commit 6f114f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manager/actions/main/welcome.static.php
Expand Up @@ -130,6 +130,7 @@ function hideConfigCheckWarning(key){
}

// setup modules
$modulemenu = array();
if($modx->hasPermission('exec_module')) {
// Each module
if ($_SESSION['mgrRole'] != 1)
Expand Down
1 change: 1 addition & 0 deletions manager/includes/config_check.inc.php
Expand Up @@ -4,6 +4,7 @@
$base_path = MODX_BASE_PATH;

$rs = checkAjaxSearch();
$warnings = array();
if($rs) $warnings[] = 'configcheck_danger_ajaxsearch';

if (is_writable(MODX_CORE_PATH . 'config.inc.php')) @chmod(MODX_CORE_PATH . 'config.inc.php', 0444);
Expand Down

0 comments on commit 6f114f0

Please sign in to comment.