summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-15 22:26:11 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-15 22:26:11 +0000
commit8806ed69e19599dea59e4701a844aa8f992cdd8b (patch)
treec3858450f3f235a62a1b198c8637b5eb602e9498 /menu.pl
parent36618ee54fe5f39a976478adefa86b2859ee1be6 (diff)
Added support for custom.pl files. Will add the custom.pl file to the commit shortly.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@102 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu.pl b/menu.pl
index 62032839..8c245510 100755
--- a/menu.pl
+++ b/menu.pl
@@ -64,6 +64,9 @@ use LedgerSMB::Session;
eval { require "ledger-smb.conf"; };
+# for custom preprocessing logic
+eval { require "custom.pl"; };
+
$form = new Form;