Changeset 4536
- Timestamp:
- 07/26/07 13:29:27 (1 year ago)
- Files:
-
- freepbx/branches/2.3/amp_conf/bin/freepbx_engine (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/bounce_op.sh (deleted)
- freepbx/branches/2.3/amp_conf/htdocs/admin/footer.php (modified) (1 diff)
- freepbx/branches/2.3/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/bin/freepbx_engine
r4460 r4536 62 62 fi 63 63 64 chmod u+x,g+x $AMP WEBROOT/admin/bounce_op.sh64 chmod u+x,g+x $AMPBIN/bounce_op.sh 65 65 chmod u+x,g+x $FOPWEBROOT/*.pl 66 66 chmod u+x $FOPWEBROOT/safe_opserver freepbx/branches/2.3/amp_conf/htdocs/admin/footer.php
r4170 r4536 74 74 75 75 //bounce op_server.pl 76 // TODO, should this file be on the web root? whats wrong with /var/lib/asterisk/bin? 77 $wOpBounce = rtrim($_SERVER['SCRIPT_FILENAME'],$currentFile).'bounce_op.sh'; 76 $wOpBounce = $amp_conf['AMPBIN'].'/bounce_op.sh'; 78 77 exec($wOpBounce.'&>'.$asterisk_conf['astlogdir'].'/freepbx-bounce_op.log'); 79 78 freepbx/branches/2.3/install_amp
r4478 r4536 1046 1046 // **** Bounce FOP 1047 1047 outn("Restarting Flash Operator Panel.."); 1048 exec('su - asterisk -c "'.$amp_conf["AMP WEBROOT"].'/admin/bounce_op.sh"');1048 exec('su - asterisk -c "'.$amp_conf["AMPBIN"].'/bounce_op.sh"'); 1049 1049 out("OK"); 1050 1050
