From f5db7ad19e3deffed38fc11e4bbf2849deb2731f Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sat, 11 Jun 2016 20:38:54 +0000 Subject: [PATCH] wrong constant for YSFGateway --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 41cd113..c66c5f9 100644 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ include "include/repeaterinfo.php"; include "include/modes.php"; include "include/lh.php"; include "include/localtx.php"; -if (defined("SHOWPROGRESSBARS")) { +if (defined("ENABLEYSFGATEWAY")) { include "include/ysfgatewayinfo.php"; } ?>