projects
/
mailer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7065f8b
)
Comment extended
author
Roland Häder
<roland@mxchange.org>
Mon, 25 Aug 2008 22:13:53 +0000
(22:13 +0000)
committer
Roland Häder
<roland@mxchange.org>
Mon, 25 Aug 2008 22:13:53 +0000
(22:13 +0000)
inc/databases.php
patch
|
blob
|
history
diff --git
a/inc/databases.php
b/inc/databases.php
index
602ef5a
..
ba57bc5
100644
(file)
--- a/
inc/databases.php
+++ b/
inc/databases.php
@@
-122,7
+122,7
@@
define('CURR_PATCH_LEVEL', "514");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
-// Calculate with the prime number (for code generation)
+// Calculate
"entropy"
with the prime number (for code generation)
define('_ADD', (_PRIME * _PRIME / (pi() * $_CONFIG['code_length'] + 1)));
//