#!/bin/sh

# $Id: wp-secure.sh,v 1.3 2005/03/31 21:36:07 siefca Exp $
#
# Run this script to secure your WordPress installation.

echo "$0" | grep -qv sh && exec chmod -R g-w /usr/share/wordpress/wp-content
exec chmod -R g-w ./wp-content
