Changeset 7792
- Timestamp:
- 06/04/09 18:53:50 (4 years ago)
- Files:
-
- modules/branches/2.6/announcement/page.announcement.php (modified) (1 diff)
- modules/branches/2.6/asterisk-cli/page.cli.php (modified) (1 diff)
- modules/branches/2.6/asteriskinfo/page.asteriskinfo.php (modified) (1 diff)
- modules/branches/2.6/callback/page.callback.php (modified) (1 diff)
- modules/branches/2.6/cidlookup/page.cidlookup.php (modified) (1 diff)
- modules/branches/2.6/conferences/page.conferences.php (modified) (1 diff)
- modules/branches/2.6/customappsreg/page.customdests.php (modified) (1 diff)
- modules/branches/2.6/customappsreg/page.customextens.php (modified) (1 diff)
- modules/branches/2.6/daynight/page.daynight.php (modified) (1 diff)
- modules/branches/2.6/disa/page.disa.php (modified) (1 diff)
- modules/branches/2.6/featurecodeadmin/page.featurecodeadmin.php (modified) (1 diff)
- modules/branches/2.6/miscapps/page.miscapps.php (modified) (1 diff)
- modules/branches/2.6/music/page.music.php (modified) (1 diff)
- modules/branches/2.6/outroutemsg/page.outroutemsg.php (modified) (1 diff)
- modules/branches/2.6/paging/page.paging.php (modified) (1 diff)
- modules/branches/2.6/parking/page.parking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/announcement/page.announcement.php
r7470 r7792 20 20 $action = isset($_POST['action']) ? $_POST['action'] : ''; 21 21 if (isset($_POST['delete'])) $action = 'delete'; 22 23 $tabindex = 0; 22 24 23 25 modules/branches/2.6/asterisk-cli/page.cli.php
r7470 r7792 24 24 // 25 25 $txtCommand = isset($_POST['txtCommand'])?$_POST['txtCommand']:''; 26 27 $tabindex = 0; 26 28 ?> 27 29 modules/branches/2.6/asteriskinfo/page.asteriskinfo.php
r7470 r7792 18 18 // 19 19 $dispnum = 'asteriskinfo'; //used for switch on config.php 20 21 $tabindex = 0; 20 22 21 23 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; modules/branches/2.6/callback/page.callback.php
r7470 r7792 23 23 24 24 $dispnum = "callback"; //used for switch on config.php 25 26 $tabindex = 0; 25 27 26 28 //if submitting form, update database modules/branches/2.6/cidlookup/page.cidlookup.php
r6757 r7792 18 18 19 19 $dispnum = "cidlookup"; //used for switch on config.php 20 21 $tabindex = 0; 20 22 21 23 //if submitting form, update database modules/branches/2.6/conferences/page.conferences.php
r7250 r7792 13 13 14 14 $dispnum = "conferences"; //used for switch on config.php 15 $tabindex = 0; 15 16 16 17 isset($_REQUEST['action'])?$action = $_REQUEST['action']:$action=''; modules/branches/2.6/customappsreg/page.customdests.php
r6722 r7792 13 13 */ 14 14 15 $tabindex = 0; 15 16 $display = 'customdests'; 16 17 modules/branches/2.6/customappsreg/page.customextens.php
r6721 r7792 13 13 */ 14 14 15 $tabindex = 0; 15 16 $display = 'customextens'; 16 17 modules/branches/2.6/daynight/page.daynight.php
r6942 r7792 14 14 15 15 $dispnum = "daynight"; //used for switch on config.php 16 $tabindex = 0; 16 17 17 18 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; modules/branches/2.6/disa/page.disa.php
r6870 r7792 12 12 13 13 14 $tabindex = 0; 14 15 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 15 16 $itemid = isset($_REQUEST['itemid'])?$_REQUEST['itemid']:''; modules/branches/2.6/featurecodeadmin/page.featurecodeadmin.php
r7634 r7792 20 20 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 21 21 $dispnum = "featurecodeadmin"; //used for switch on config.php 22 23 $tabindex = 0; 22 24 23 25 //if submitting form, update database modules/branches/2.6/miscapps/page.miscapps.php
r6940 r7792 13 13 */ 14 14 15 $tabindex = 0; 15 16 $action = isset($_POST['action']) ? $_POST['action'] : ''; 16 17 if (isset($_POST['delete'])) $action = 'delete'; modules/branches/2.6/music/page.music.php
r7317 r7792 14 14 15 15 <?php 16 $tabindex = 0; 16 17 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 17 18 $randon = isset($_REQUEST['randon'])?$_REQUEST['randon']:''; modules/branches/2.6/outroutemsg/page.outroutemsg.php
r7607 r7792 16 16 17 17 $dispnum = 'outroutemsg'; //used for switch on config.php 18 $tabindex = 0; 18 19 19 20 $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : ''; modules/branches/2.6/paging/page.paging.php
r7332 r7792 15 15 $display = isset($_REQUEST['display'])?$_REQUEST['display']:'paging'; 16 16 $type = isset($_REQUEST['type'])?$_REQUEST['type']:'tool'; 17 18 $tabindex = 0; 17 19 18 20 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; modules/branches/2.6/parking/page.parking.php
r6130 r7792 13 13 14 14 $dispnum = 'parking'; //used for switch on config.php 15 $tabindex = 0; 15 16 16 17 $action = isset($_REQUEST['action'])?$_REQUEST['action']:'';
