Skip to content

Commit

Permalink
#1 list - commented duplicate output and url adress (parameter) for d…
Browse files Browse the repository at this point in the history
…etail
  • Loading branch information
Jimmi08 committed Dec 1, 2023
1 parent 42e75a7 commit 477862d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions lgsl_files/lgsl_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,15 @@
<img alt='{$misc['text_location']}' src='{$misc['icon_location']}' title='{$misc['text_location']}' class='contry_icon' />
</a>";
}

/*
$output .= "
<a href='".lgsl_link($server['b']['ip'], $server['b']['c_port'])."' class='details_icon' title='{$lgsl_config['text']['vsd']}'></a>
</td>
*/

$output .= "
<a href='" . lgsl_link($server['o']['id']) . "' class='details_icon' title='{$lgsl_config['text']['vsd']}'></a>
</td>
</tr>";
}
Expand Down Expand Up @@ -141,5 +146,7 @@
//------ WANNA BE HERE? https://github.com/tltneon/lgsl/wiki/Who-uses-LGSL -> LET CREDITS STAY :P --------------------------------------------------------------------------------------------------+
$output .= "<div style='text-align:center; font-family:tahoma; font-size:9px; padding: 33px 0px 11px 0px;'><a href='https://github.com/tltneon/lgsl' style='text-decoration:none'>".lgsl_version()."</a></div>";
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
/* e107 is outputing content
if ($lgsl_config['preloader'])
echo $output;
echo $output;
*/

0 comments on commit 477862d

Please sign in to comment.