File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
39
39
40
40
## Change Log
41
41
42
- ### changes in phpMiniAdmin 1.9.240727 (latest)
42
+ ### changes in phpMiniAdmin 1.9.240801 (latest)
43
+ - fixed one php short open tag
44
+
45
+ ### changes in phpMiniAdmin 1.9.240727
43
46
- support for PHP 8.3 (cleaned up some PHP Warnings, deprecations)
44
47
- enhancements:
45
48
- multiple db servers support - define server's configs via ` $DBSERVERS ` and quickly switch between servers via top navbar dropdown
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments