phpmemadmin icon indicating copy to clipboard operation
phpmemadmin copied to clipboard

use http host instead of server name

Open kbhagchandani opened this issue 7 years ago • 0 comments

$_SERVER['HTTP_HOST'] is more useful instead of $_SERVER['SERVER_NAME'] as most of the installation does not configure server_name property and uses the default configuration.

kbhagchandani avatar Jan 08 '19 07:01 kbhagchandani