Changeset 4305
- Timestamp:
- 07/04/07 07:08:25 (2 years ago)
- Files:
-
- modules/branches/2.3/core/agi-bin/fixlocalprefix (modified) (1 diff)
- modules/branches/2.3/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/agi-bin/fixlocalprefix
r4301 r4305 196 196 $agi = new AGI(); 197 197 198 $localprefix_file = get_var($agi, "ASTETCDIR")."/localprefix .conf";198 $localprefix_file = get_var($agi, "ASTETCDIR")."/localprefixes.conf"; 199 199 200 200 if (file_exists($localprefix_file)) { modules/branches/2.3/core/module.xml
r4302 r4305 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.3.0beta1. 6</version>6 <version>2.3.0beta1.7</version> 7 7 <candisable>no</candisable> 8 8 <changelog> 9 *2.3.0beta1.7* #2052 fix fixlocalprefix, bug introduced in 2.3.0beta1.6 9 10 *2.3.0beta1.6* #2042, #2046, auto generate asterisk path variables, remove amportal.conf parsing in dialparties.agi, remove other hardcoded paths 10 11 *2.3.0beta1.5* #2041, fix typo introduced in 2.3.0beta1.4 resultingin fixlocalprefix breaking
