Files
cdn-star/admin/config/ircddblocal.php
T
2026-07-19 18:27:27 +08:00

16 lines
410 B
PHP

<?php
$logPath='/var/log/pi-star';
$callsign='M1ABC';
$registerURL = '';
$starLogPath = $logPath . '/STARnet.log';
$linkLogPath = $logPath . '/Links.log';
$hdrLogPath = $logPath . '/Headers.log';
$ddmode_log = $logPath . '/DDMode.log';
$configPath='/etc';
$gatewayConfigPath = '/etc/ircddbgateway';
$defaultConfPath = '/etc/default';
$sharedFilesPath = '/usr/local/etc';
$sysConfigPath = '/etc/sysconfig';
?>