diff options
Diffstat (limited to 'ext/pfpro/test.php')
-rw-r--r-- | ext/pfpro/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pfpro/test.php b/ext/pfpro/test.php index 712cc073cb..dd772dc2b4 100644 --- a/ext/pfpro/test.php +++ b/ext/pfpro/test.php @@ -38,6 +38,6 @@ echo "\n"; echo "Dump of the response "; print_r($response); -pfpro_cleanup() +pfpro_cleanup(); ?> |