1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/processwire_ynh.git synced 2024-09-03 20:06:37 +02:00

Update config.php

This commit is contained in:
Éric Gaspar 2023-12-20 09:29:57 +01:00
parent 7e2e5398b2
commit e060c762a6

View file

@ -936,7 +936,7 @@ $config->fileCompilerOptions = array(
* @var array
*
*/
$config->httpHosts = array(__DOMAIN__);
$config->httpHosts = array();
/**
* Runtime HTTP host
@ -946,7 +946,7 @@ $config->httpHosts = array(__DOMAIN__);
* ProcessWire's runtime value.
*
*/
$config->httpHost = '';
$config->httpHost = '__DOMAIN__';
/**
* Protect CSRF?