14 lines
274 B
PHP
14 lines
274 B
PHP
<?php
|
|
// Unicode Reminder メモ
|
|
|
|
$mailfrom = 'noreply@opencaching.de';
|
|
$mailsubject = '[opencaching.de] Neuer Cache: {cachename}';
|
|
|
|
$debug = false;
|
|
$debug_mailto = 'abc@xyz.de';
|
|
|
|
$nologs = 'Keine neuen Logeinträge';
|
|
|
|
$notifypid = $rootpath . 'cache/notify.pid';
|
|
?>
|