comunic/inc/config/listAllowedHosts.inc.php

14 lines
207 B
PHP
Raw Normal View History

2016-11-19 11:08:12 +00:00
<?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
);