Changeset 9284
- Timestamp:
- 08/18/08 15:56:34 (3 months ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/Image.php
r9095 r9284 86 86 } 87 87 88 if ($exists ) {88 if ($exists && function_exists('exec') && function_exists('escapeshellcmd')) { 89 89 return $method; 90 90 }
