mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
* operation/servers/view_server.php: Small language fix * operation/agentes/tactical.php: Rewrite using new functions and cleaner html. More understandable and outsourced calculations to get_group_stats * include/styles/pandora.css: Clean up CSS deprecated in other files * include/javascript/pandora.js: Noticed a small style difference * include/help/en/help_serverlag.php: Hopefully this makes server lag somewhat more understandable (I didn't know what it was) * include/functions_reporting.php: Renamed general_stats to get_group_stats and made it accept arrays. Also added ACL check and an easier output format. All calculations are now done here. * include/functions_html.php: print_table would always reset cellpaddings and cellspacing from 0 to 4. Fixed it * include/functions_db.php: Deprecated server_status for get_server_info. Added get_server_info which accepts single values or arrays of servers to be checked. * include/functions.php: Removed clean_output_breaks. Use built-in function nl2br() for that instead. They're faster and cross-platform * general/logon_ok.php: Same as tactical.php (both had to be updated) * ChangeLog: Somebody started using spaces instead of tabs? git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1241 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2 lines
218 B
PHP
2 lines
218 B
PHP
<h1>Server Lag</h1>
|
|
<p>Server lag has 2 values. The first value (usually the larger one) shows how much seconds the modules are in the queue for that server, the second value show how many modules are in the queue.</p> |