fixed ysfdash and updated script

This commit is contained in:
Ben Fogt 2018-12-21 00:23:56 -06:00
parent 792f5322d3
commit 834315d6df
2 changed files with 58 additions and 31 deletions

16
templates/config.php Normal file
View file

@ -0,0 +1,16 @@
<?php
# This is an auto-generated config-file!
# Be careful, when manual editing this!
date_default_timezone_set('UTC');
define("YSFREFLECTORLOGPATH", "/var/log/YSFReflector");
define("YSFREFLECTORLOGPREFIX", "YSFReflector");
define("YSFREFLECTORINIPATH", "/ysfreflector/");
define("YSFREFLECTORINIFILENAME", "YSFReflector.ini");
define("YSFREFLECTORPATH", "/ysfreflector/");
define("TIMEZONE", "UTC");
define("LOGO", "");
define("REFRESHAFTER", "60");
define("SHOWOLDMHEARD", "60");
define("TEMPERATUREHIGHLEVEL", "60");
?>