churchtools / churchtools_basic

ChurchTools 2.0 - Basis-Version
www.churchtools.de
MIT License
15 stars 20 forks source link

Fix churchtools on PHP7 #52

Closed pgeorgi closed 7 years ago

pgeorgi commented 8 years ago

PHP7 is more strict on the opening code tags, so change them to the canonical form (<?php ). The change is fully backward compatible.