Changeset 13091 for modules/branches/2.10/parking
- Timestamp:
- 12/17/11 16:02:34 (1 year ago)
- Files:
-
- modules/branches/2.10/parking/functions.inc.php (modified) (1 diff)
- modules/branches/2.10/parking/install.php (modified) (1 diff)
- modules/branches/2.10/parking/page.parking.php (modified) (1 diff)
- modules/branches/2.10/parking/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/parking/functions.inc.php
r12491 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 3 4 /* Generates dialplan for parkinglot modules/branches/2.10/parking/install.php
r11434 r13091 1 1 <?php 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 global $db; 3 4 global $amp_conf; modules/branches/2.10/parking/page.parking.php
r12445 r13091 1 1 <?php /* $Id: page.parking.php 2243 2006-08-12 17:13:17Z p_lindheimer $ */ 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 //Copyright (C) 2006 Astrogen LLC 3 4 // modules/branches/2.10/parking/uninstall.php
r3912 r13091 1 1 <?php /* $Id: uninstall.php $ */ 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 // 3 4 //
