Browse Source

Update record_path.php

FusionPBX 7 năm trước cách đây
mục cha
commit
d8f0936aba
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      upgrade/record_path.php

+ 3 - 1
upgrade/record_path.php

@@ -71,6 +71,8 @@
 	}
 
 //include the footer
-	require_once "resources/footer.php";
+	if(!defined('STDIN')) {
+		require_once "resources/footer.php";
+	}
 
 ?>