Thank you for setting up the Gift Registry. You may now login and begin!
Below are your configuration values. If you would like to change anything, edit config.php. Each value's purpose is described in config.php.
$value) {
?>
";
$parts = pathinfo($_SERVER["SCRIPT_FILENAME"]);
$image_dir = $parts['dirname'] . "/" . $OPT["image_subdir"];
$writeable = is_writable($image_dir);
if ($writeable) {
echo "$image_dir is writeable, images can be uploaded.";
}
else {
echo "$image_dir is NOT writeable, images cannot be uploaded. Either chmod this directory to allow the web server to write to it, or disable image uploading in config.php.";
}
echo "";
?>