Browse Source

- New implementation preventing users to submit the same form twice.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@432 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
d0318e7af4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/config.class.inc.php

+ 1 - 0
core/config.class.inc.php

@@ -466,6 +466,7 @@ class Config
 			fwrite($hFile, " */\n");
 			fwrite($hFile, " */\n");
 			fwrite($hFile, "\$MyModules = array(\n");
 			fwrite($hFile, "\$MyModules = array(\n");
 			fwrite($hFile, "\t'application' => array (\n");
 			fwrite($hFile, "\t'application' => array (\n");
+			fwrite($hFile, "\t\t'../application/transaction.class.inc.php',\n");
 			fwrite($hFile, "\t\t'../application/menunode.class.inc.php',\n");
 			fwrite($hFile, "\t\t'../application/menunode.class.inc.php',\n");
 			fwrite($hFile, "\t\t'../application/audit.rule.class.inc.php',\n");
 			fwrite($hFile, "\t\t'../application/audit.rule.class.inc.php',\n");
 // Romain - That's dirty, because those 3 classes are in fact part of the core
 // Romain - That's dirty, because those 3 classes are in fact part of the core