Pull in changes
This commit is contained in:
		@@ -36,8 +36,8 @@ POSSIBILITY OF SUCH DAMAGE.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace Listener;
 | 
					namespace Listener;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include_once '../consts.php';
 | 
					include_once 'consts.php';
 | 
				
			||||||
include_once '../database.php';
 | 
					include_once 'database.php';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Set this to true to use the sandbox endpoint during testing:
 | 
					// Set this to true to use the sandbox endpoint during testing:
 | 
				
			||||||
$enable_sandbox = true;
 | 
					$enable_sandbox = true;
 | 
				
			||||||
@@ -420,4 +420,4 @@ if ($verified)
 | 
				
			|||||||
header("HTTP/1.1 200 OK");
 | 
					header("HTTP/1.1 200 OK");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user