7 lines
145 B
PHP
7 lines
145 B
PHP
<?php
|
|
|
|
// This file is used only on first installation!
|
|
|
|
$options = array();
|
|
$options['template'] = @file_get_contents(__DIR__ . '/email.html');
|