Changeset 9284

Show
Ignore:
Timestamp:
08/18/08 15:56:34 (3 months ago)
Author:
afz
Message:

fix showing warning in ImageMagic? mode if functions disabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/include/Jaws/Image.php

    r9095 r9284  
    8686                } 
    8787 
    88                 if ($exists) { 
     88                if ($exists && function_exists('exec') && function_exists('escapeshellcmd')) { 
    8989                    return $method; 
    9090                }