Commit 890b1459 authored by Simonas's avatar Simonas

Merge branch 'dev' of git.biuro.lt:biuro/dev.biuro into dev

parents fc7f290d 5184eacd
......@@ -128,7 +128,7 @@ function getEnvironment()
$env = 'prod';
//Set dev env. only on dev subdomain
$subDomain = strstr($_SERVER['SERVER_NAME'], '.biuro.lt', true);
$subDomain = strstr($_SERVER['SERVER_NAME'], '.biuro', true);
if ($subDomain == 'dev') {
$env = 'dev';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment