mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once('../validate_api_key.php');
|
||||
require_once('../require_get_method.php');
|
||||
require_once '../validate_api_key.php';
|
||||
|
||||
require_once '../require_get_method.php';
|
||||
|
||||
|
||||
// Payments aren't stored against client IDs, so we instead validate the API key is for All Clients
|
||||
|
||||
@@ -25,4 +27,5 @@ if (isset($_GET['payment_id']) && $client_id == "%") {
|
||||
}
|
||||
|
||||
// Output
|
||||
require_once("../read_output.php");
|
||||
require_once "../read_output.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user