PHP Classes

File: web/SSO/vendor/openid/php-openid/admin/open_tag

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/open_tag   Download  
File: web/SSO/vendor/openid/php-openid/admin/open_tag
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 264 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash bad_files=$(./admin/findphp | xargs -L 1 grep -H -m 1 "<?php" -c | grep ":0" | awk -F: '{ print $1 }') if [ "$bad_files" ] then cat <<EOF 1>&2 These PHP files do NOT begin with <?php : $bad_files EOF exit 1 fi