smeserver-opensondage/root/etc/e-smith/templates/etc/opensondage/variables.php/10Url

8 lines
144 B
Plaintext
Raw Normal View History

{
2013-11-19 09:14:02 +01:00
my $uri = $opensondage{'Uri'} || "$SystemName.$DomainName/opensondage/";
$uri =~ s/https?:\/\///;
$OUT .= "define('STUDS_URL', '$uri');";
}