root/modules/branches/2.10/ivr/uninstall.php

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

adds FREEPBX_IS_AUTH checking to most module files re #5478

Line 
1 <?php
2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
3 sql('DROP TABLE IF EXISTS ivr_details');
4 sql('DROP TABLE IF EXISTS ivr_entries');
5
6 if (function_exists('queues_ivr_delete_event')) {
7     queues_ivr_delete_event();
8 }
9 ?>
10
Note: See TracBrowser for help on using the browser.