do not start a domain with a number
This commit is contained in:
parent
2fd10f8145
commit
f7010da45a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue