Skip to content

Commit

Permalink
语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Oct 21, 2013
1 parent 7b51354 commit c7b9b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function _engine()
{
return !empty($_SERVER['HTTP_APPNAME']) // SAE
|| !!getenv('HTTP_BAE_ENV_APPID') // BAE
|| (isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'],'Google App Engine') !== false) // GAE;
|| (isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'],'Google App Engine') !== false); // GAE
}

/**
Expand Down

0 comments on commit c7b9b93

Please sign in to comment.