Subversion Repositories Applications.papyrus

Rev

Rev 1701 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1701 Rev 1704
Line 1... Line 1...
1
<?php
1
<?php
Line 2... Line 2...
2
 
2
 
3
define('HASHCASH_FORM_ACTION', 'wp-comments-post.php');
3
define('HASHCASH_FORM_ACTION', 'wp-comments-post.php');
4
define('HASHCASH_SECRET_FILE', realpath(dirname(__FILE__) . '/') . '/wp-hashcash.key');
4
define('HASHCASH_SECRET_FILE', realpath(dirname(__FILE__) . '/') . '/wp-hashcash.key');
5
define('HASHCASH_FORM_NAME', 'ACEditor');
5
define('HASHCASH_FORM_ID', 'ACEditor');
6
define('HASHCASH_FORM_ID', 'wikini_page');
6
define('HASHCASH_FORM_CLASS', 'wikini_page');
7
define('HASHCASH_REFRESH', 60*60*4);
7
define('HASHCASH_REFRESH', 60*60*4);
8
define('HASHCASH_IP_EXPIRE', 60*60*24*7);
8
define('HASHCASH_IP_EXPIRE', 60*60*24*7);
Line 9... Line 9...
9
define('HASHCASH_VERSION', 3.2);
9
define('HASHCASH_VERSION', 3.2);