Răsfoiți Sursa

Merge pull request #485 from own3mall/master

Fix for Player Printing LGSL Monitor
OwN-3m-All 6 ani în urmă
părinte
comite
bf290be8c6
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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")
 	else if ($server_xml->protocol == "lgsl")
 	{
 	{
+		require('protocol/lgsl/functions.php');
 		require('protocol/lgsl/LGSLMonitor.php');
 		require('protocol/lgsl/LGSLMonitor.php');
 	}
 	}
 	else if ($server_xml->protocol == "teamspeak3")
 	else if ($server_xml->protocol == "teamspeak3")

+ 1 - 1
modules/user_games/check_expire.php

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