Avatar

Employee

The reason you get the "usage" message is because I tried to be smart and have afcs.php act both as a loadable module and a standalone application, but I don't seem to find the right combination of tests that works reliably. Maybe for next revision of the SDK I should just give up and split the code in two.

In the mean time for your use just delete the very last block of code, where it says:

if (!isset($_SERVER['QUERY_STRING'])) {

...

}