openbsd-ports/www/photoshow/patches/patch-config_php
2012-01-24 09:28:39 +00:00

18 lines
707 B
Plaintext

$OpenBSD: patch-config_php,v 1.1 2012/01/24 09:28:39 ajacoutot Exp $
--- config.php.orig Tue Jan 24 10:23:49 2012
+++ config.php Tue Jan 24 10:24:35 2012
@@ -31,11 +31,11 @@
// Folder where your pictures are stored.
// Must be at least readable by web server process
-$config->photos_dir = "path_to_your_photos_dir_goes_here";
+$config->photos_dir = "/photoshow/photos";
// Folder where PhotoShow parameters and thumbnails are stored.
// Must be writable by web server process
-$config->ps_generated = "path_where_photoshow_generates_files_goes_here";
+$config->ps_generated = "/photoshow/generated"
// Local timezone. Default one is "Europe/Paris".
#$config->timezone = "Europe/Paris";