FreePBX-AvantFAX/install.php
2014-08-14 10:12:30 -04:00

12 lines
299 B
PHP

<?php
/* FreePBX installer file
* This file is run when the module is installed through module admin
*
* Note: install.sql is depreciated and may not work. Its recommended to use this file instead.
*
* If this file returns false then the module will not install
* EX:
* return false;
*
*/