|
34 | 34 | if (function_exists('date_default_timezone_set')) date_default_timezone_set('UTC');#required by PHP 5.1+
|
35 | 35 |
|
36 | 36 | //constants
|
37 | | -$VERSION='1.9.240727'; |
| 37 | +$VERSION='1.9.240801'; |
38 | 38 | $MAX_ROWS_PER_PAGE=50; #max number of rows in select per one page
|
39 | 39 | $D="\r\n"; #default delimiter for export
|
40 | 40 | $BOM=chr(239).chr(187).chr(191);
|
@@ -474,7 +474,7 @@ function sht(f){
|
474 | 474 | if ($DBSERVERS){?>
|
475 | 475 | | Servers: <select name="srv" onChange="frefresh()"><option value=''>- select/refresh -</option>
|
476 | 476 | <?php echo @sel($DBSERVERS,'iname',$SRV)?></select>
|
477 | | -<?} |
| 477 | +<?php} |
478 | 478 | ?>
|
479 | 479 | · <a href="?<?php eo("$xurl&db=".ue($dbn)."&srv=".ue($SRV).'&q='.b64u("show processlist"))?>">ps</a>
|
480 | 480 | | <a href="?<?php eo($xurl.'&q='.b64u("show databases"))?>">Databases</a>: <select name="db" onChange="frefresh()"><option value='*'> - select/refresh -</option><option value=''> - show all -</option>
|
|
0 commit comments