Changeset 9285
- Timestamp:
- 08/18/08 15:57:08 (4 months ago)
- Files:
-
- trunk/jaws/html/include/Jaws/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/Image.php
r9094 r9285 86 86 } 87 87 88 if ($exists ) {88 if ($exists && function_exists('exec') && function_exists('escapeshellcmd')) { 89 89 return $method; 90 90 }
