main
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?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';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user