From d9bf22a0e29c2a70049443a0ae8521a2c0492c8b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 11 Dec 2011 06:38:23 -0500 Subject: initial commit for git repository --- models/openid-php-openid-782224d/admin/syntaxcheck | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 models/openid-php-openid-782224d/admin/syntaxcheck (limited to 'models/openid-php-openid-782224d/admin/syntaxcheck') diff --git a/models/openid-php-openid-782224d/admin/syntaxcheck b/models/openid-php-openid-782224d/admin/syntaxcheck new file mode 100644 index 000000000..f94b7fad0 --- /dev/null +++ b/models/openid-php-openid-782224d/admin/syntaxcheck @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +for file in `./admin/findallphp` + do php -l $file +done -- cgit v1.2.3