plugin multilingue uses short tags
-
The multilingue plugin seems to use php short tags. These have been deprecated for a long time and most modern php installations have them disabled.
This can cause php code to appear on a live webpage, e.g. code snipplets like
‘; } } $myWidgetVariable= new myWidget (); ?>Fix is easy: Don’t use short tags (replace <? with <?php). I have made a patch for multilingue that will do so:
https://files.hboeck.de/multilingue-fix-shorttags.patchPlease apply.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘plugin multilingue uses short tags’ is closed to new replies.