sasanrose / phpredmin

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

Should only enable flag when php is loaded #90

Open j0hn-mc-clane opened 6 years ago

j0hn-mc-clane commented 6 years ago

When using fpm, this gives errors! There should be a ifmodule section before the php_value insertion ;)

Enable the short tags for PHP scripts

php_value short_open_tag 1

luongvm commented 6 years ago

I'm not sure how to reproduce this, can you elaborate? from my first impression, short tags should be enable manually by configuring your php environment before attempting to run this project.