Changeset 6500
- Timestamp:
- 08/27/08 23:14:45 (3 months ago)
- Files:
-
- modules/branches/2.5/fw_ari/install.php (modified) (1 diff)
- modules/branches/2.5/fw_ari/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/fw_ari/install.php
r6493 r6500 43 43 } 44 44 45 include dirname(__FILE__)."/libfreepbx.install.php";46 47 45 global $amp_conf; 48 46 global $asterisk_conf; modules/branches/2.5/fw_ari/module.xml
r6497 r6500 2 2 <rawname>fw_ari</rawname> 3 3 <name>FreePBX ARI Framework</name> 4 <version>2.5.0 </version>4 <version>2.5.0.1</version> 5 5 <candisable>no</candisable> 6 6 <canuninstall>no</canuninstall> 7 7 <changelog> 8 *2.5.0.1* remove inclusion of libfreepbx.install.php in install script resulting in warnings 8 9 *2.5.0* #3104 and First release of fw_ari 9 10 </changelog>
