mirror of
https://github.com/pierre42100/comunic
synced 2025-07-13 21:38:14 +00:00
First commit
This commit is contained in:
14
inc/config/listAllowedHosts.inc.php
Normal file
14
inc/config/listAllowedHosts.inc.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?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
|
||||
);
|
Reference in New Issue
Block a user