FreePBX-AvantFAX/install.php

12 lines
299 B
PHP
Raw Normal View History

2012-12-20 16:22:05 -05:00
<?php
2013-05-03 14:44:25 -04:00
/* 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;
*
*/