]> git.pld-linux.org Git - packages/wordpress.git/blame - wp-secure.sh
- add /etc/webapps/wordpress to open_basedir
[packages/wordpress.git] / wp-secure.sh
CommitLineData
0b11d222 1#!/bin/sh
2
3# $Id$
4#
5# Run this script to secure your WordPress installation.
6
20ae9c53 7echo "$0" | grep -qv sh && exec chmod -R g-w /usr/share/wordpress/wp-content
0b11d222 8exec chmod -R g-w ./wp-content
This page took 0.021271 seconds and 4 git commands to generate.