1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Removed closing PHP tag from generated LAN files. Removed empty LAN definitions.

This commit is contained in:
Cameron
2017-10-14 15:51:27 -07:00
parent ef239dbc0e
commit 71face9e46
4 changed files with 7 additions and 7 deletions

View File

@@ -1150,8 +1150,9 @@ class lancheck
$message .="<br />";
$message .="</div>";
$input .= "\n\n?>";
//<?
/*
$input .= "\n\n?>";
*/
// Write to file.
$writeit = str_replace("//","/",$writeit); // Quick Fix.