Preprod setup
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<?php
|
||||
// Prod/Dev setup
|
||||
if ($dn == 'http://app.happy-dev.fr') {
|
||||
if (in_array($dn, array('https://app.happy-dev.fr', 'https://staging-app.happy-dev.fr'))) {
|
||||
require_once("src/html/dependencies-prod.php");
|
||||
} else {
|
||||
require_once("src/html/dependencies-dev.php");
|
||||
|
||||
Reference in New Issue
Block a user