root/modules/branches/2.10/dashboard/functions.inc.php

Revision 13091, 157 bytes (checked in by p_lindheimer, 1 year ago)

adds FREEPBX_IS_AUTH checking to most module files re #5478

Line 
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'); }
3
4 ?>
5
Note: See TracBrowser for help on using the browser.