flexisip-account-manager/conf/hooks.conf
2019-07-05 11:56:32 +02:00

22 lines
No EOL
312 B
Text

<?php
/* ### Hooks configuration ### */
/*
* Set the following to TRUE to be called in the below functions
*
* Default value: FALSE
*/
define('CUSTOM_HOOKS', FALSE);
/** ### Hooks implementation */
function hook_on_account_created($account) {
}
function hook_on_account_activated($account) {
}
?>