summaryrefslogtreecommitdiff
path: root/scripts/admin.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-06 20:08:57 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-06 20:08:57 +0000
commit54f827658f696a0cf3209b19d432a624f1f6b02b (patch)
tree3ef916dd96794f938509674af74e1fa89b711a6c /scripts/admin.pl
parentf09e568a681b8fb0b9755b1c3e452ee8801766ac (diff)
Adding customization hooks to scripts/* files
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1954 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/admin.pl')
-rw-r--r--scripts/admin.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/admin.pl b/scripts/admin.pl
index 2b8ca816..49274abf 100644
--- a/scripts/admin.pl
+++ b/scripts/admin.pl
@@ -164,4 +164,7 @@ sub __default {
format=>'HTML', path=>'UI');
$template->render($user);
}
-1; \ No newline at end of file
+
+eval { do "scripts/custom/admin.pl"};
+
+1;