summaryrefslogtreecommitdiff
path: root/admin.pl
diff options
context:
space:
mode:
Diffstat (limited to 'admin.pl')
-rwxr-xr-xadmin.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.pl b/admin.pl
index 7f83eb74..5c9db43d 100755
--- a/admin.pl
+++ b/admin.pl
@@ -52,7 +52,7 @@
# setup defaults, DO NOT CHANGE
$userspath = "users";
$spool = "spool";
-$templates = "templates";
+${LedgerSMB::Sysconfig::templates} = "templates";
$memberfile = "users/members";
$sendmail = "| /usr/sbin/sendmail -t";
%printer = ( Printer => 'lpr' );