#!/bin/sh
find ../ -name \*.php -exec chmod +x {} \;
