Changeset 12852 for modules

Show
Ignore:
Timestamp:
10/19/11 20:40:10 (2 years ago)
Author:
p_lindheimer
Message:

update for publish

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/core/module.xml

    r12660 r12852  
    44  <category>Applications</category> 
    55  <name>Core</name> 
    6   <version>2.10.0beta1.1</version> 
     6  <version>2.10.0beta2.0</version> 
    77  <publisher>FreePBX</publisher> 
    88  <license>GPLv2+</license> 
     
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
     12    *2.10.0beta2.0* #5407, misc bug fixes 
    1213    *2.10.0beta1.1* bug fixes 
    1314    *2.10.0beta1.0* beta1 release, see svn log 
  • modules/branches/2.10/core/page.advancedsettings.php

    r12658 r12852  
    11<?php /* $Id */ 
     2if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    23 
    34$getvars = array('action', 'keyword', 'value'); 
  • modules/branches/2.10/core/page.ampusers.php

    r12721 r12852  
    1818// Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1919// 
     20if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    2021 
    2122$userdisplay = isset($_REQUEST['userdisplay'])?$_REQUEST['userdisplay']:''; 
  • modules/branches/2.10/core/page.devices.php

    r7630 r12852  
    1616// 
    1717//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
     18if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1819?> 
    1920<div class="rnav"> 
  • modules/branches/2.10/core/page.did.php

    r12208 r12852  
    1717//   Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1818// 
     19if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1920$action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 
    2021$extdisplay= htmlspecialchars(isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''); 
  • modules/branches/2.10/core/page.extensions.php

    r7630 r12852  
    1616//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1717// 
     18if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1819?> 
    1920 
  • modules/branches/2.10/core/page.general.php

    r12423 r12852  
    1717//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1818// 
     19if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1920 
    2021$action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 
  • modules/branches/2.10/core/page.routing.php

    r12445 r12852  
    1919//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    2020// 
     21if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    2122$display='routing';  
    2223$extdisplay=isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''; 
  • modules/branches/2.10/core/page.trunks.php

    r12208 r12852  
    1818//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1919// 
     20if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    2021 
    2122$display='trunks';  
  • modules/branches/2.10/core/page.users.php

    r7630 r12852  
    1717//    Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    1818// 
     19if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1920?> 
    2021 
  • modules/branches/2.10/core/page.zapchandids.php

    r12208 r12852  
    1616//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
    1717// Copyright 2006 Philippe Lindheimer - Astrogen LLC 
     18if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1819 
    1920$display = 'zapchandids';