small fix for server performance report
git-svn-id: svn://192.168.202.10@2643 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -48,9 +48,6 @@ if (isset($_GET["submit"])) {$submit=$_GET["submit"];}
|
||||
if (isset($_GET["SUBMIT"])) {$SUBMIT=$_GET["SUBMIT"];}
|
||||
elseif (isset($_POST["SUBMIT"])) {$SUBMIT=$_POST["SUBMIT"];}
|
||||
|
||||
$PHP_AUTH_USER = preg_replace('/[^0-9a-zA-Z]/', '', $PHP_AUTH_USER);
|
||||
$PHP_AUTH_PW = preg_replace('/[^0-9a-zA-Z]/', '', $PHP_AUTH_PW);
|
||||
|
||||
$report_name = 'Server Performance Report';
|
||||
$db_source = 'M';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user