Changeset 6709
- Timestamp:
- 09/13/08 18:21:12 (5 years ago)
- Files:
-
- modules/branches/2.5/manager/page.manager.php (modified) (1 diff)
- modules/branches/2.5/phpagiconf/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/phpagiconf/page.phpagiconf.php (modified) (1 diff)
- modules/branches/2.5/voicemail/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/manager/page.manager.php
r5919 r6709 84 84 <h2><?php echo _("Add Manager"); ?></h2> 85 85 <?php } 86 $tabindex = 0; 86 87 ?> 87 88 <form autocomplete="off" name="editMan" action="<?php $_SERVER['PHP_SELF'] ?>" method="post" onsubmit="return checkConf();"> modules/branches/2.5/phpagiconf/functions.inc.php
r5887 r6709 51 51 52 52 function phpagiconf_add($p_debug, $p_error_handler, $p_err_email, $p_hostname, $p_tempdir, $p_festival_text2wave, $p_asman_server, $p_asman_port, $p_asmanager, $p_cepstral_swift, $p_cepstral_voice, $p_setuid, $p_basedir) { 53 global $amp_conf; 53 54 if (!empty($p_asmanager)) { 54 55 $asmanager = split('/', $p_asmanager); modules/branches/2.5/phpagiconf/page.phpagiconf.php
r5919 r6709 63 63 <?php 64 64 //get details for this phpagiconf text 65 $tabindex = 0; 65 66 $thisConfig = phpagiconf_get(); 66 67 //create variables modules/branches/2.5/voicemail/functions.inc.php
r6550 r6709 533 533 } else { 534 534 $vmx_option_1_number_text_box_options = $dval; 535 $vmx_option_1_number = ''; 535 536 } 536 537
