Code uses <? instead of <?php

Project:phpAlbum.net
Version:0.4.1-14_fix04
Component:Code
Category:bug
Priority:minor
Assigned:Unassigned
Status:new
Description

It is php standard to use

<?php
instead of
<?. The phpalbum code does not work out of the box for me, as I have to tweak the php.ini just to allow for the shortcut.

It might be nice to include this in a README or something for the install... rather than change the entire code base (for example the <?
?>

in the templates.inc files are probably better than

<?php

?>

so maybe the install document should just include the php.ini change rather than having a code change here.