ipasserelle-im/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Ejabberd/00Setup

11 lines
271 B
Plaintext

{
use esmith::DomainsDB;
# Convert the passed hash for the domain object back into an object.
$domain = bless \%domain, 'esmith::DB::db::Record';
# Make scalars from some of the properties of the domain
$virtualHost = $domain->key;
$OUT = "";
}