summaryrefslogtreecommitdiff
path: root/LedgerSMB/Sysconfig.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-17 23:47:58 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-17 23:47:58 +0000
commit4e712f50af7f8348b69acf11b6b9ce6cfb41cde8 (patch)
tree2e5a88155b7e97c20da30a41d89cc2fccc790d78 /LedgerSMB/Sysconfig.pm
parent428586fcfca4becd89880e47efe292f31f58ce5a (diff)
Added session abstraction.
Added sysconfig.pm which allows for LedgerSMB configuration parameters to be stored in a separate namespace. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@222 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Sysconfig.pm')
-rw-r--r--LedgerSMB/Sysconfig.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm
new file mode 100644
index 00000000..fdc27715
--- /dev/null
+++ b/LedgerSMB/Sysconfig.pm
@@ -0,0 +1,7 @@
+# This is the new configuration file for LedgerSMB. Eventually all system
+# configuration directives will go here, This will probably not fully replace
+# the ledger-smb.conf until 1.3, however.
+
+package LSMBConfig;
+
+$session='DB';