- Timestamp:
- 10/19/11 20:40:10 (2 years ago)
- Files:
-
- modules/branches/2.10/core/module.xml (modified) (2 diffs)
- modules/branches/2.10/core/page.advancedsettings.php (modified) (1 diff)
- modules/branches/2.10/core/page.ampusers.php (modified) (1 diff)
- modules/branches/2.10/core/page.devices.php (modified) (1 diff)
- modules/branches/2.10/core/page.did.php (modified) (1 diff)
- modules/branches/2.10/core/page.extensions.php (modified) (1 diff)
- modules/branches/2.10/core/page.general.php (modified) (1 diff)
- modules/branches/2.10/core/page.routing.php (modified) (1 diff)
- modules/branches/2.10/core/page.trunks.php (modified) (1 diff)
- modules/branches/2.10/core/page.users.php (modified) (1 diff)
- modules/branches/2.10/core/page.zapchandids.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/core/module.xml
r12660 r12852 4 4 <category>Applications</category> 5 5 <name>Core</name> 6 <version>2.10.0beta 1.1</version>6 <version>2.10.0beta2.0</version> 7 7 <publisher>FreePBX</publisher> 8 8 <license>GPLv2+</license> … … 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.10.0beta2.0* #5407, misc bug fixes 12 13 *2.10.0beta1.1* bug fixes 13 14 *2.10.0beta1.0* beta1 release, see svn log modules/branches/2.10/core/page.advancedsettings.php
r12658 r12852 1 1 <?php /* $Id */ 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 3 4 $getvars = array('action', 'keyword', 'value'); modules/branches/2.10/core/page.ampusers.php
r12721 r12852 18 18 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 19 19 // 20 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 20 21 21 22 $userdisplay = isset($_REQUEST['userdisplay'])?$_REQUEST['userdisplay']:''; modules/branches/2.10/core/page.devices.php
r7630 r12852 16 16 // 17 17 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 18 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 18 19 ?> 19 20 <div class="rnav"> modules/branches/2.10/core/page.did.php
r12208 r12852 17 17 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 18 18 // 19 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 19 20 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 20 21 $extdisplay= htmlspecialchars(isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''); modules/branches/2.10/core/page.extensions.php
r7630 r12852 16 16 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 17 17 // 18 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 18 19 ?> 19 20 modules/branches/2.10/core/page.general.php
r12423 r12852 17 17 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 18 18 // 19 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 19 20 20 21 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; modules/branches/2.10/core/page.routing.php
r12445 r12852 19 19 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 20 20 // 21 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 21 22 $display='routing'; 22 23 $extdisplay=isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''; modules/branches/2.10/core/page.trunks.php
r12208 r12852 18 18 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 19 19 // 20 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 20 21 21 22 $display='trunks'; modules/branches/2.10/core/page.users.php
r7630 r12852 17 17 // Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 18 18 // 19 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 19 20 ?> 20 21 modules/branches/2.10/core/page.zapchandids.php
r12208 r12852 16 16 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 17 17 // Copyright 2006 Philippe Lindheimer - Astrogen LLC 18 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 18 19 19 20 $display = 'zapchandids';
