From f7010da45aac765b4d53f90b8a4e0edb074cc771 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 1 Nov 2007 17:43:34 +0000 Subject: [PATCH] do not start a domain with a number --- include/constant.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/constant.php b/include/constant.php index 2f743e4b7..e64d5b4dd 100644 --- a/include/constant.php +++ b/include/constant.php @@ -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);