variable for captcha

This commit is contained in:
Dany De Bontridder 2010-11-30 23:05:02 +00:00
parent 82074ef02a
commit 6a60439cf8

View file

@ -27,7 +27,7 @@ require_once ('config.inc.php');
require_once('constant.security.php');
// SVNVERSION
global $version_phpcompta;
$version_phpcompta=9000;
$version_phpcompta=9000;
error_reporting (15);
global $g_captcha;
@ -40,7 +40,7 @@ $version_phpcompta=SVNINFO;
*/
define ("DBVERSION",92);
define ("DBVERSIONREPO",12);
define ("DBVERSIONREPO",13);
define ('NOTFOUND','--not found--');
define ("MAX_COMPTE",4);