瀏覽代碼

- 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 年之前
父節點
當前提交
d0318e7af4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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, "\$MyModules = 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/audit.rule.class.inc.php',\n");
 // Romain - That's dirty, because those 3 classes are in fact part of the core