Changeset 1273
- Timestamp:
- 03/25/06 01:57:15 (7 years ago)
- Files:
-
- freepbx/trunk/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/install_amp
r1254 r1273 253 253 if (!file_exists($destination)) { 254 254 if ((!$dryrun) && ($destination != "")) { 255 amp_mkdir($destination, 0750, true);255 amp_mkdir($destination, "0750", true); 256 256 } 257 257 }
