Explorar o código

Include Functions for LGSLMonitor

own3mall %!s(int64=6) %!d(string=hai) anos
pai
achega
d9b5c1dd5d
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      modules/dashboard/query_ref.php
  2. 1 1
      modules/user_games/check_expire.php

+ 1 - 0
modules/dashboard/query_ref.php

@@ -73,6 +73,7 @@ function exec_ogp_module()
 	}
 	else if ($server_xml->protocol == "lgsl")
 	{
+		require('protocol/lgsl/functions.php');
 		require('protocol/lgsl/LGSLMonitor.php');
 	}
 	else if ($server_xml->protocol == "teamspeak3")

+ 1 - 1
modules/user_games/check_expire.php

@@ -60,4 +60,4 @@ function exec_ogp_module()
 		}
 	}
 }
-?>
+?>