sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Hi,Thanks for your job!! I have a bug to report... #9

Closed beijingbeef closed 9 years ago

beijingbeef commented 11 years ago

index 1e85d4a..5f99b70 100644 --- a/views/welcome/info.php +++ b/views/welcome/info.php @@ -66,7 +66,7 @@ <?=$this->info['connected_slaves']?>

it show a 500 error....

so I change <? } ?> to <?php } ?> ,

sasanrose commented 9 years ago

Sorry for delay

There is no short open tag except <?= in codes now. So there should be any problem, because it's available since php 5.4.0