2b3ez / FileManager4TinyMCE

Plugin for manage and upload file for TinyMCE 4
151 stars 74 forks source link

PHP short tags <? results in 500 Internal Server Error #5

Closed a-vj closed 11 years ago

a-vj commented 11 years ago

File: dialog.php

PHP short tags <? are used for few of the php code segments.

This throws "500 Internal Server Error" on servers which have disabled short tags. I think for consistent practice, change all code segments to use full PHP open tags. <?php

Vijay

trippo commented 11 years ago

I update file... i hope than i fix all <? with <?php.