Commit f6ce9ead by Carsten Brandt

removed unnecessary static var

parent 7be743e1
......@@ -287,7 +287,7 @@ class ErrorHandler extends \yii\base\ErrorHandler
*/
public function createServerInformationLink()
{
static $serverUrls = [
$serverUrls = [
'http://httpd.apache.org/' => ['apache'],
'http://nginx.org/' => ['nginx'],
'http://lighttpd.net/' => ['lighttpd'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment