Index: /modules/branches/2.10/core/page.devices.php
===================================================================
--- /modules/branches/2.10/core/page.devices.php (revision 7630)
+++ /modules/branches/2.10/core/page.devices.php (revision 12852)
@@ -16,4 +16,5 @@
//
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
?>
Index: /modules/branches/2.10/core/module.xml
===================================================================
--- /modules/branches/2.10/core/module.xml (revision 12660)
+++ /modules/branches/2.10/core/module.xml (revision 12852)
@@ -4,5 +4,5 @@
Applications
Core
-
2.10.0beta1.1
+
2.10.0beta2.0
FreePBX
GPLv2+
@@ -10,4 +10,5 @@
no
+ *2.10.0beta2.0* #5407, misc bug fixes
*2.10.0beta1.1* bug fixes
*2.10.0beta1.0* beta1 release, see svn log
Index: /modules/branches/2.10/core/page.trunks.php
===================================================================
--- /modules/branches/2.10/core/page.trunks.php (revision 12208)
+++ /modules/branches/2.10/core/page.trunks.php (revision 12852)
@@ -18,4 +18,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
$display='trunks';
Index: /modules/branches/2.10/core/page.advancedsettings.php
===================================================================
--- /modules/branches/2.10/core/page.advancedsettings.php (revision 12658)
+++ /modules/branches/2.10/core/page.advancedsettings.php (revision 12852)
@@ -1,3 +1,4 @@
.
// Copyright 2006 Philippe Lindheimer - Astrogen LLC
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
$display = 'zapchandids';
Index: /modules/branches/2.10/core/page.ampusers.php
===================================================================
--- /modules/branches/2.10/core/page.ampusers.php (revision 12721)
+++ /modules/branches/2.10/core/page.ampusers.php (revision 12852)
@@ -18,4 +18,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
$userdisplay = isset($_REQUEST['userdisplay'])?$_REQUEST['userdisplay']:'';
Index: /modules/branches/2.10/core/page.extensions.php
===================================================================
--- /modules/branches/2.10/core/page.extensions.php (revision 7630)
+++ /modules/branches/2.10/core/page.extensions.php (revision 12852)
@@ -16,4 +16,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
?>
Index: /modules/branches/2.10/core/page.did.php
===================================================================
--- /modules/branches/2.10/core/page.did.php (revision 12208)
+++ /modules/branches/2.10/core/page.did.php (revision 12852)
@@ -17,4 +17,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
$action = isset($_REQUEST['action'])?$_REQUEST['action']:'';
$extdisplay= htmlspecialchars(isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:'');
Index: /modules/branches/2.10/core/page.users.php
===================================================================
--- /modules/branches/2.10/core/page.users.php (revision 7630)
+++ /modules/branches/2.10/core/page.users.php (revision 12852)
@@ -17,4 +17,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
?>
Index: /modules/branches/2.10/core/page.general.php
===================================================================
--- /modules/branches/2.10/core/page.general.php (revision 12423)
+++ /modules/branches/2.10/core/page.general.php (revision 12852)
@@ -17,4 +17,5 @@
// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
//
+if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
$action = isset($_REQUEST['action'])?$_REQUEST['action']:'';