Missing proper PHP header in inc/InproTable.php
Brought to you by:
greg_k,
mjbrenegan
Inprotect/var/www/html/inc/InproTable.php should begin <?php instead of just <? so that the Apache handler directive doesn't have to be set. This is true for the other PHP files included in Inprotect, but the directive is missing from InproTable.php.
Lighttpd will also ignore this file. I spent a good hour trying to figure out why the PDF class could not be found, turns out that file wasn't being included properly because of the incorrect header.