Convert short open tags to full tags
Short open tag is discouraged since it is only available if enabled
See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
Remove unneeded old commented pgtitle var
If action is not 'login' or 'logout' then display text of action.
Allow long action text to line wrap.Don't line wrap IP address.
But only if vpn.log file.
Use the log file path provide from status_logs_common.inc
Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
Fixed up for vpn.log filtering.
Consolidate with status_logs_common.inc
Function is now in guiconfig.inc
Per Colin (PR #2300)
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASSstatement instead in inline STYLE statement (much tidier)
View revisions
Also available in: Atom