diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:23:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:23:08 -0300 |
commit | 2a414edaf58497cf8dc5d716d0e7d84d9a882f90 (patch) | |
tree | 7ca9e9e9e521c9626ea84b610017c41335bc03a7 /files | |
download | puppet-hotglue-2a414edaf58497cf8dc5d716d0e7d84d9a882f90.tar.gz puppet-hotglue-2a414edaf58497cf8dc5d716d0e7d84d9a882f90.tar.bz2 |
Initial import
Diffstat (limited to 'files')
-rw-r--r-- | files/user-config.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/user-config.inc.php b/files/user-config.inc.php new file mode 100644 index 0000000..2461b65 --- /dev/null +++ b/files/user-config.inc.php @@ -0,0 +1,4 @@ +<?php +// Custom configuration per site. +require_once('sites/'. $_SERVER['HTTP_HOST'] .'/user-config.inc.php'); +?> |