summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin/acf
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-24 13:43:11 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-24 13:43:11 +0000
commitf87baaa40bcc86b62759df6bf884ff53548f348c (patch)
tree6fd2a8afdbb6ae13d3e0162e7fd9bce647bdf51e /www/cgi-bin/acf
parentb54ada135f4eecd68af1bb0ede91813ff9c7ed07 (diff)
downloadacf-core-f87baaa40bcc86b62759df6bf884ff53548f348c.tar.bz2
acf-core-f87baaa40bcc86b62759df6bf884ff53548f348c.tar.xz
Added destroy and on_unload functions. Moved saving of session from post_exec to on_unload.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1036 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www/cgi-bin/acf')
-rwxr-xr-xwww/cgi-bin/acf2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cgi-bin/acf b/www/cgi-bin/acf
index dc5373c..9d6a150 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -16,4 +16,6 @@ APP=FRAMEWORK:new("acf_www")
-- Dispatch the application
APP:dispatch()
+APP:destroy()
+FRAMEWORK:destroy()
?>