Changeset 13091 for modules/branches/2.10/asteriskinfo
- Timestamp:
- 12/17/11 16:02:34 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/asteriskinfo/functions.inc.php
r7470 r13091 1 1 <?php /* $Id: functions.inc.php 2188 2006-07-27 02:21:52Z p_lindheimer $ */ 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 //This file is part of FreePBX. 3 4 // modules/branches/2.10/asteriskinfo/page.asteriskinfo.php
r12445 r13091 1 1 <?php /* $Id: page.asteriskinfo.php 2243 2006-08-12 17:13:17Z p_lindheimer $ */ 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 //This file is part of FreePBX. 3 4 //
