*Title: checkini.sh - Script for checking that ini files use PHP syntax. *Description: Ini files should end with .php, and have PHP syntax, meaning that the content should be a comment within php tags, like this: The script does three basic checks for this. It is far from perfect, but will report the most common errors: - Files not ending with .php - Files where the content does not have valid PHP syntax (checked with PHP -l) - Files without