do not start a domain with a number

This commit is contained in:
sparkyx 2007-11-01 17:43:34 +00:00
parent 2fd10f8145
commit f7010da45a

View file

@ -29,6 +29,8 @@ $_ENV['TMP']="/tmp";
define ("phpcompta_password","dany");
define ("phpcompta_psql_port","5432");
define ("phpcompta_user","phpcompta");
//
// the domain can't start by a number !!!
define ("domaine","");
define ("MAX_COMPTE",4);