diff --git a/module/task/control.php b/module/task/control.php index a1f6a0a975..a9ef3a1e4d 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -100,6 +100,14 @@ class task extends control $this->sendmail($taskID, $actionID); } + /* If link from no head then reload*/ + if(isonlybody()) + { + $response['locate'] = 'reload'; + $response['target'] = 'parent'; + $this->send($response); + } + /* Locate the browser. */ if($this->post->after == 'continueAdding') { diff --git a/www/index.php b/www/index.php index e1407ecdfc..f12fce0ba8 100644 --- a/www/index.php +++ b/www/index.php @@ -58,7 +58,7 @@ if(file_exists('install.php') or file_exists('upgrade.php')) -
安全期间,请删除{$wwwDir}目录下的install.php和upgrade.php文件。
+
安全起见,请删除{$wwwDir}目录下的install.php和upgrade.php文件。
Please remove install.php and upgrade.php under $wwwDir dir for security reason.
EOT;