<?php
################################################################
// w3easyProtect | folder protection script #
// see also w3easy.org cms project #
// configuration file #
// Copyright (C) 2011 Joachim Haack #
// http://w3easy.org/ #
// http://www.w3nord.de/ #
#
// This program is free software: you can redistribute #
// it and/or modify it under the terms of the #
// GNU General Public License as published by #
// the Free Software Foundation, either version 3 of #
// the License, or (at your option) any later version #
#
// Keep intact all copyright notices! #
#
// This program is distributed in the hope that it will #
// be useful, but WITHOUT ANY WARRANTY; without even the #
// implied warranty of MERCHANTABILITY or FITNESS FOR #
// A PARTICULAR PURPOSE. #
// See the GNU General Public License for more details. #
#
// You should have received a copy of the #
// GNU General Public License along with this program. #
// If not, see <http://www.gnu.org/licenses/>. #
################################################################
// SETTINGS
$path_to_root = './'; // Path to root directory
$path_to_admin = './'; // Path to admin area (if exists)
$charset = 'UTF-8'; // charset 'UTF-8' or 'ISO-8859-1' or ?
$sec_fold_name = 'protected'; // virtual name of the protected folder
$overwrite_protect = 'on' // '' or 'on' or 'off' ('' means 'on')
?>