79571148

Date: 2025-04-13 02:39:46
Score: 0.5
Natty:
Report link

If this is your actual call:

      <?  require ("photos_placement_simple.inc");  ?>

Then you are missing the "php" portion of your opening tag.

      <?php  require ("photos_placement_simple.inc");  ?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tyrsson