Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
boardy committed Nov 1, 2017
2 parents a9620d9 + db5259a commit 0084de7
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 5 deletions.
7 changes: 2 additions & 5 deletions APIManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include_once("StatementRetrievalManager.php");


define("VERSION", "2.0.0.0");
define("VERSION", "2.0.0.1");

if (empty($_POST))
{
Expand All @@ -22,9 +22,6 @@

$postArray = decryptPostArray($_POST);

$logger->writeToLog("Decrypted Post Array");
$logger->writeToLog(print_r($postArray, true));

switch ($postArray['type'])
{
case "GetAPIStatus":
Expand Down Expand Up @@ -108,4 +105,4 @@ function decryptPostArray($postArray)
}

}
?>
?>
Loading

0 comments on commit 0084de7

Please sign in to comment.