brettrijnders / pbsviewer

This program ‘PBSViewer’ also known as Punkbuster (pb) Screenshot Viewer will download punkbuster screens from your gameserver to your webserver.
http://www.brettrijnders.nl/work/php/pb-screenshot-viewer/
4 stars 1 forks source link

Use long php tag: <?php #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not all web servers support short php tag like:
<? ?>

this needs to be changed to:
<?php ?>

Otherwise some web servers treat those .php pages as .html pages...

Original issue reported on code.google.com by brettrijnders on 9 Aug 2010 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by brettrijnders on 10 Aug 2010 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by brettrijnders on 15 Aug 2010 at 12:12