summaryrefslogtreecommitdiff
path: root/www/dalbum/files/patch-config-config.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/dalbum/files/patch-config-config.php')
-rw-r--r--www/dalbum/files/patch-config-config.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/dalbum/files/patch-config-config.php b/www/dalbum/files/patch-config-config.php
deleted file mode 100644
index 187ec6b4bfe1..000000000000
--- a/www/dalbum/files/patch-config-config.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/config.php.orig 2005-09-20 21:40:56 UTC
-+++ config/config.php
-@@ -242,7 +242,7 @@ $g_bGDVer2=(fixed_phpversion()>"4.3");
- $g_bGDSetMemoryLimit=true;
-
- // ImageMagick convert location and command lines (if $g_sResizeMethod="IM")
--$g_sConvertPath="/usr/X11R6/bin/convert";
-+$g_sConvertPath="%%LOCALBASE%%/bin/convert";
- $g_sThumbnailImArg="$g_sConvertPath -filter Lanczos -quality {$g_sThumbnailQuality} "
- . "-resize {$g_sThumbnailXSize}x{$g_sThumbnailYSize} "
- . "-sharpen 2 +profile APP1 #src# #target#";