Rahul Kadyan
4d308ba364
Remove unneeded closing tags
...
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.
Reference: http://php.net/manual/en/language.basic-syntax.phptags.php
Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Hugues Peccatte
7a60853443
Replace $replication_info by a global variable.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09 19:14:26 +01:00
Hugues Peccatte
49836e6e6f
Use $replication_info everywhere, instead of $server_* variables.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09 16:30:07 +01:00
Dhananjay Nakrani
9a1fb901d0
Remove included 'common_error_reporting.php' script and its inclusion from all the scripts.
...
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16 11:50:54 +05:30
Dhananjay Nakrani
e9d5523795
Include error reporting script at the end of all the 'relevant' scripts.
...
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16 11:50:53 +05:30
xmujay
253d59919a
refactor server_status_advisor.php: moving functions to server_status_advisor.lib.php
2013-07-15 13:26:55 +08:00
J.M
e4199c17c0
Fix TooManyArgument notice in server_status_advisor.php:31, see issue #3907
2013-05-21 20:44:03 +02:00
Marc Delisle
d44367e4db
Fix merge conflicts
2013-05-15 13:07:22 -04:00
J.M
529903e0dd
Fix bug #3907 undefined variables, function parameter problems
...
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Michal Čihař
1eca184f95
No tabs for indenting please
2013-05-10 10:03:41 +02:00
Michal Čihař
0ebf0a1324
Consistent function naming and corrected documentation
2013-05-10 09:42:17 +02:00
xmujay
c5e0fde194
refactor server_status_advisor.php
2013-05-07 22:18:51 +08:00
Rouslan Placella
e43cbe5b2e
Fixed advisor dialog + microhistory
2012-12-17 16:32:50 +00:00
Rouslan Placella
b621d2b56c
Split the server staus monitor features into a separate page
2012-12-14 19:05:04 +00:00
Rouslan Placella
8875eb4799
Moved more features from server_status.php to own pages
...
Dropped live charting
2012-12-14 19:05:03 +00:00
Rouslan Placella
67749fa881
Split the advisor feature into a separate page
2012-12-14 19:05:03 +00:00