Changeset 6207
- Timestamp:
- 07/26/08 22:08:12 (1 month ago)
- Files:
-
- modules/branches/2.5/disa/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/disa/functions.inc.php
r6178 r6207 55 55 // 56 56 $filename = "/etc/asterisk/disa-".$item['disa_id'].".conf"; 57 unlink($filename); 57 if (file_exists($filename)) { 58 unlink($filename); 59 } 58 60 if (isset($item['pin']) && !empty($item['pin']) && (strtolower($item['pin']) != 'no-password')) { 59 61 // Create the disa-$id.conf file
