1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #6 Removed empty LAN definitions.

This commit is contained in:
Cameron 2017-10-17 07:53:35 -07:00
parent 97830a89fe
commit 3eeb6807f2

View File

@ -70,12 +70,12 @@ define("ADSTAT_L50", "All-time stats");
define("ADSTAT_L51", "Current month stats");
define("ADSTAT_L52", "Previous month stats");
define("ADSTAT_L53", "Information");
define("ADSTAT_L54", "");
define("ADSTAT_L55", "");
define("ADSTAT_L56", "");
define("ADSTAT_L57", "");
define("ADSTAT_L58", "");
define("ADSTAT_L59", "");
define("ADSTAT_L60", "");
// define("ADSTAT_L54", "");
// define("ADSTAT_L55", "");
// define("ADSTAT_L56", "");
// define("ADSTAT_L57", "");
// define("ADSTAT_L58", "");
// define("ADSTAT_L59", "");
// define("ADSTAT_L60", "");
?>