Changeset 13125
- Timestamp:
- 12/28/11 07:53:37 (1 year ago)
- Files:
-
- freepbx/branches/2.10/libfreepbx.install.php (modified) (1 diff)
- freepbx/branches/2.10/upgrades/2.10.0beta2/migration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/libfreepbx.install.php
r13119 r13125 1321 1321 1322 1322 // FPBXDBUGFILE 1323 $set['value'] = $amp_conf['ASTLOGDIR'] . '/freepbx_d ebug.log';1323 $set['value'] = $amp_conf['ASTLOGDIR'] . '/freepbx_dbug'; 1324 1324 $set['options'] = ''; 1325 1325 $set['name'] = 'Debug File'; freepbx/branches/2.10/upgrades/2.10.0beta2/migration.php
r13053 r13125 33 33 //move freepbx debug log 34 34 if ($freepbx_conf->conf_setting_exists('FPBXDBUGFILE')) { 35 $freepbx_conf->set_conf_values(array('FPBXDBUGFILE' => '/var/log/asterisk/freepbx_debug'), true);35 $freepbx_conf->set_conf_values(array('FPBXDBUGFILE' => $amp_conf['ASTLOGDIR'] . '/freepbx_dbug'), true); 36 36 } 37 37
