]> git.pld-linux.org Git - packages/wordpress.git/blob - wp-secure.sh
- drop obsolete and outdated manual inclusion of rpm macros
[packages/wordpress.git] / wp-secure.sh
1 #!/bin/sh
2
3 # $Id$
4 #
5 # Run this script to secure your WordPress installation.
6
7 echo "$0" | grep -qv sh && exec chmod -R g-w /usr/share/wordpress/wp-content
8 exec chmod -R g-w ./wp-content
This page took 0.062384 seconds and 3 git commands to generate.