Skip to content

Commit

Permalink
Fix for doliwamp
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 30, 2019
1 parent 46ced37 commit 511b21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/exe/doliwamp/httpd.conf.install
Expand Up @@ -150,7 +150,7 @@ Require local
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin webmaster@localhost
ServerAdmin doliwamp@localhost

#
# ServerName gives the name and port that the server uses to identify itself.
Expand Down
2 changes: 1 addition & 1 deletion htdocs/install/check.php
Expand Up @@ -162,7 +162,7 @@


// Check if intl methods are supported
if (empty($force_install_type) || $force_install_type != 'doliwamp')
if (empty($_SERVER["SERVER_ADMIN"]) || $_SERVER["SERVER_ADMIN"] != 'doliwamp@localhost')
{
if (! function_exists("locale_get_primary_language") || ! function_exists("locale_get_region"))
{
Expand Down

0 comments on commit 511b21c

Please sign in to comment.