diff options
-rw-r--r-- | Changelog | 5 | ||||
-rw-r--r-- | ledgersmb-httpd.conf | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Changelog for 1.2.6 +* More date tests added (Seneca) +* Fixed customer_id error in AP transactions (Chris T) +* Added meta tags to set to utf-8 by default (Chris T) +* Fixed the alias inconsistancy for the ledgersmb-httpd.conf (Chris T). Changelog for 1.2.5 * Partsgroup handling corrected on POS and Sales invoice screens (Chris T) diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf index b92e09d4..b6e733e2 100644 --- a/ledgersmb-httpd.conf +++ b/ledgersmb-httpd.conf @@ -1,5 +1,5 @@ -Alias /ledger-smb WORKING_DIR +Alias /ledgersmb WORKING_DIR <Directory WORKING_DIR> AllowOverride All |