comunic/inc/config/listAllowedHosts.inc.php
2016-11-19 12:08:12 +01:00

14 lines
207 B
PHP

<?php
/**
* List of allowed hosts
*
* @author Pierre HUBERT
*/
$liste_allowed_hosts = array(
"communiquons.org",
"192.168.1.5",
"devweb.local"
//Add here your URL for your personnal installation
);