Changeset 11770 for freepbx/branches
- Timestamp:
- 03/10/11 11:38:43 (2 years ago)
- Files:
-
- freepbx/branches/2.9/libfreepbx.install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/libfreepbx.install.php
r11769 r11770 551 551 $set['options'] = array('dbug','freepbxlog','off'); 552 552 $set['name'] = 'PHP Error Log Output'; 553 $set['description'] = "Where to send PHP errors, warnings and notices by the FreePBX PHP error handler. Set to 'dbug', they will go to the Debug File regardless of whether dbug Loggin is disa lbed or not. Set to 'freepbxlog' will send them to the FreePBX Log. Set to 'off' and they will be ignored.";553 $set['description'] = "Where to send PHP errors, warnings and notices by the FreePBX PHP error handler. Set to 'dbug', they will go to the Debug File regardless of whether dbug Loggin is disabled or not. Set to 'freepbxlog' will send them to the FreePBX Log. Set to 'off' and they will be ignored."; 554 554 $set['emptyok'] = 0; 555 555 $set['readonly'] = 0;
