diff options
| author | David Croft <david@php.net> | 2000-07-15 03:07:49 +0000 |
|---|---|---|
| committer | David Croft <david@php.net> | 2000-07-15 03:07:49 +0000 |
| commit | 9ee9eaab3a4a968519842e581ee324cecba25ce2 (patch) | |
| tree | 5916c71f3f2e446d042fc3376b71f9a354cbfb37 /ext/pfpro | |
| parent | c1877a3a30e84ec80e4791b3c837444612906781 (diff) | |
| download | php-git-9ee9eaab3a4a968519842e581ee324cecba25ce2.tar.gz | |
test file for pfpro
Diffstat (limited to 'ext/pfpro')
| -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(); ?> |
