Subversion Repositories SvarDOS

Rev

Rev 1242 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1242 Rev 1993
Line 61... Line 61...
61
 
61
 
62
// parametr solny dla funkcji crypt() - istotne tylko przy generowaniu tripkodów
62
// parametr solny dla funkcji crypt() - istotne tylko przy generowaniu tripkodów
63
$TRIP_SALT = trim(file_get_contents($DATADIR . 'tripsalt.txt'));
63
$TRIP_SALT = trim(file_get_contents($DATADIR . 'tripsalt.txt'));
64
 
64
 
65
// the maximum number of posts an IP address is allowed to submit within 24h
65
// the maximum number of posts an IP address is allowed to submit within 24h
66
$MAXDAILYPOSTS = 10;
66
$MAXDAILYPOSTS = 20;
67
 
67
 
68
$SEARCH_API_URL = 'https://www.googleapis.com/customsearch/v1/siterestrict?key=AIzaSyCxLEZe7_LdeOBtPzs4LEbwXmr1bGERfDE&cx=8928515a857418bb5&q=';
68
$SEARCH_API_URL = 'https://www.googleapis.com/customsearch/v1/siterestrict?key=AIzaSyCxLEZe7_LdeOBtPzs4LEbwXmr1bGERfDE&cx=8928515a857418bb5&q=';
69
 
69
 
70
$RSS_TITLE = 'SvarDOS community forum';
70
$RSS_TITLE = 'SvarDOS community forum';
71
 
71