Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:31:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+<?php
2
+
3
+$apiKeys['live'] = '';
4
+$apiSecrets['live'] = '';
5
+$apiKeys['test'] = '';
6
+$apiSecrets['test'] = '';
7
+$apiMode = 'live';
8
+$apiHost = 'https://api.phaxio.com/v2.1/';
9
+
10
+$toNumber = '+18884732963';
11
+$customCallback = 'http://localphaxio.com/test';
12
+
13
+$htmlData = <<<FAX
14
+<html>
15
+<head>
16
+</head>
17
+<body>
18
+<div id="title" style="font-weight: bold">Hello. This is html.</div>
19
+</body>
20
+</html>
21
+FAX;
22
+
23
+$textData = <<<FAX
24
+This is text data.
25
+FAX;