mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Temporarily exclude the email_queue function transcribe.
This commit is contained in:
@@ -2285,7 +2285,10 @@ function number_pad($number,$n) {
|
||||
//include additional functions
|
||||
$functions = glob("{".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/functions/*.php,".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/*/*/resources/functions/*.php}", GLOB_BRACE);
|
||||
foreach($functions as $function) {
|
||||
require($function);
|
||||
$path = pathinfo($function);
|
||||
if ($path['filename'] != 'transcribe') {
|
||||
require($function);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user