Changeset 3940 for modules/branches/2.3/phpagiconf
- Timestamp:
- 04/26/07 03:17:42 (6 years ago)
- Files:
-
- modules/branches/2.3/phpagiconf/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/phpagiconf/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/phpagiconf/functions.inc.php
r2761 r3940 4 4 global $active_modules; 5 5 6 $file = "/tmp/phpagi_".rand().".conf"; 6 // create the tmp file in the same dir 7 // fixes ticket:1910 8 $file = "/etc/asterisk/phpagi_".rand().".conf"; 9 7 10 $data = phpagiconf_get(); 8 11 $content = "[phpagi]\n"; modules/branches/2.3/phpagiconf/module.xml
r2952 r3940 2 2 <rawname>phpagiconf</rawname> 3 3 <name>PHPAGI Config</name> 4 <version>1. 1</version>4 <version>1.2</version> 5 5 <type>tool</type> 6 6 <category>Config</category> … … 11 11 <module>manager ge1.0.4</module> 12 12 </depends> 13 <changelog>*1.1* Removed old dependancy checking code, first 2.2 release</changelog> 13 <changelog> 14 *1.2* Create tmp files in /etc/asterisk, fixes ticket:1910 15 *1.1* Removed old dependancy checking code, first 2.2 release 16 </changelog> 14 17 <location>release/2.2/phpagiconf-1.1.tgz</location> 15 18 <md5sum>1dd626321578d58698ed033e7e3a688f</md5sum>
