1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Removed redundant PHP closing tags.

This commit is contained in:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -126,4 +126,3 @@ $text = "
$ns->tablerender(LAN_ONLINE_ADMIN_4." - ".LAN_ONLINE_ADMIN_1, $mes->render() . $text);
require_once(e_ADMIN."footer.php");
?>

View File

@@ -49,4 +49,3 @@ define("LAN_ONLINE_ADMIN_9", "Displays a list of members viewing a page.");
define("LAN_ONLINE_ADMIN_10", "Display guests online.");
?>

View File

@@ -66,4 +66,3 @@ $caption = vartrue($menu_pref['online_ls_caption'],LAN_LASTSEEN_1);
e107::getRender()->tablerender($caption, $text, 'lastseen');
?>