X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install.html;h=a61c3784c5ebc1c10d4e2a95a55b7e2fb302a87b;hb=c436b9e9ca9fcd7523f8c9c23329002434d5e5b8;hp=974bf8b29c38e89ed13c1f204bd1b421afd0fbb3;hpb=f086902be249cff3848f86b2601f138857c5d016;p=fa-stable.git diff --git a/install.html b/install.html index 974bf8b2..a61c3784 100644 --- a/install.html +++ b/install.html @@ -27,6 +27,14 @@ system relies on. Classes are used extensively by this system. When sessions are required they are started by the system and this setting of session.auto_start can and should be set to 0. +
  • +For security reasons both Register Globals and Magic Quotes php settings +should be set to Off. When FrontAccounting is used with www server running +php as Apache module, respective flags are set in .htaccess file. When your +server uses CGI interface to PHP you should set +magic_quotes_gpc = 0 and +register_globals = 0 in php.ini file. +
  • Innodb tables must be enabled in the MySQL server. These tables allow database transactions which are a critical component of the software. This is