#!/bin/sh

`find data -type f -name "php.ini" -delete`
`find html -type f -name "php.ini" -delete`
