phpredmin
phpredmin copied to clipboard
Should only enable flag when php is loaded
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
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.