diff --git a/setup/wizard/steps/complete.php b/setup/wizard/steps/complete.php index 84d0869..17552af 100644 --- a/setup/wizard/steps/complete.php +++ b/setup/wizard/steps/complete.php @@ -145,6 +145,7 @@ class complete extends Step { . 'This may present a security problem if your documents can be accessed from the web, ' . 'working around the permission system in KnowledgeTree.'; $this->paths_check = 'cross_orange'; + $this->warnings[] = 'Move var directory'; } else { $this->temp_variables['docLocation'] = sprintf($html, 'tick', '', 'Your document directory is outside the web root.'); diff --git a/setup/wizard/templates/complete.tpl b/setup/wizard/templates/complete.tpl index 047728e..6ff48b5 100644 --- a/setup/wizard/templates/complete.tpl +++ b/setup/wizard/templates/complete.tpl @@ -9,8 +9,8 @@ that things are still set up correctly.
' - . '' - . 'Click Here for help on overcoming dependency issues