Add conditional code to respond correctly to each code.

define('PIFR_RESPONSE_ACCEPTED', 1);
define('PIFR_RESPONSE_INVALID_SERVER', 2);
define('PIFR_RESPONSE_DENIED', 3);

Comments

boombatower’s picture

DENIED is only used by testing slaves so you should only have to worry about first two.

hunmonk’s picture

Status: Active » Fixed

committed to all branches, deployed on d.o

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.