Test 1and1 server with $_SERVER['SCRIPT_FILENAME']

git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2012-06-07 10:48:57 +00:00
parent 227432815c
commit 3d7971d640
2 changed files with 1 additions and 20 deletions

View File

@@ -509,7 +509,7 @@ class image_ext_imagick implements imageInterface
$this->source_filepath = $source_filepath;
$this->imagickdir = $conf['ext_imagick_dir'];
if (get_host() == 'kundenserver.de') // 1and1
if (strpos(@$_SERVER['SCRIPT_FILENAME'], '/kunden/') === 0) // 1and1
{
@putenv('MAGICK_THREAD_LIMIT=1');
}