diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 03:32:33 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 03:32:33 +0000 |
commit | 2cde5d39dc9a85960462b28fb1af906f393ec552 (patch) | |
tree | c91f3eef531ffb212ec331e5de1348ed97ad8b22 /doc/faq.html | |
parent | 4a53731b6857768d024fb2ede99d5dae134dea63 (diff) |
Removing "SL" from faq and manual
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@574 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc/faq.html')
-rwxr-xr-x | doc/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.html b/doc/faq.html index 3c2fb588..1e3c3fb8 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -240,7 +240,7 @@ which decoded escaped strings. This created a lot of problems and I worked around it by escaping strings twice. If you get a server 500 error 'filename too long' or if collapsed menus don't expand you may have to adjusted the following code in -SL/Form.pm and change the number (44) on line 84. +LSMB/Form.pm and change the number (44) on line 84. <pre> # for Apache 2 we escape strings twice if (($ENV{SERVER_SIGNATURE} =~ /Apache\/2\.(\d+)\.(\d+)/) && !$beenthere) { @@ -586,7 +586,7 @@ may be changed by setting the language in your Preferences. and access control which makes it fairly safe out of the box to run even in front of a firewall. Some precautions which are out of our control must be taken though. -It matters where you install SL and how you configure your web server and +It matters where you install LSMB and how you configure your web server and SQL server. <pre> |