diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:33:04 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:33:04 +0000 |
commit | 027ffe3f0bc2b95adb2241415a0d68687dbbec5b (patch) | |
tree | f8b6c15fa1a7851ea710948ff1af03407cddb54b /postfix-logfile-html.lsp | |
parent | 8346bee32010a3237ff52f2a5330d61643dc06c1 (diff) | |
download | acf-postfix-027ffe3f0bc2b95adb2241415a0d68687dbbec5b.tar.bz2 acf-postfix-027ffe3f0bc2b95adb2241415a0d68687dbbec5b.tar.xz |
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model)
Updated startstop functionality and deleted view
Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'postfix-logfile-html.lsp')
-rw-r--r-- | postfix-logfile-html.lsp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postfix-logfile-html.lsp b/postfix-logfile-html.lsp index 20db6c2..aa12a16 100644 --- a/postfix-logfile-html.lsp +++ b/postfix-logfile-html.lsp @@ -1,5 +1,4 @@ <% local data, viewlibrary = ... -require("viewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then |