#!/bin/sh
# $Id: secure.sh,v 1.5 2003/06/26 09:23:54 jefmcg Exp $

chmod 0 setup

if [ -f config.php ]; then
    chmod 644 config.php 
fi

if [ -f .htaccess ]; then
    chmod 644 .htaccess
fi

echo ""
echo "Your Gallery is now secure and cannot be configured.  If"
echo "you wish to reconfigure it, run:"
echo ""
echo "    % sh configure.sh"
echo ""
