[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 /** 4 * File: config.php 5 * This is the config file for the Geeklog Spam-X plugin 6 * 7 * Copyright (C) 2004-2006 by the following authors: 8 * Author Tom Willett tomw AT pigstye DOT net 9 * 10 * Licensed under GNU General Public License 11 * 12 * $Id: config.php,v 1.18 2006/09/03 15:33:47 dhaun Exp $ 13 */ 14 15 $_SPX_CONF['version'] = '1.1.0'; 16 17 // Default Spam-X Action 18 $_SPX_CONF['action'] = 128; // Default is to ignore (delete) the post 19 20 // address which mail admin module will use 21 $_SPX_CONF['notification_email'] = $_CONF['site_mail']; 22 23 // if set to = true, skip spam check for members of the "spamx Admin" group 24 $_SPX_CONF['admin_override'] = false; 25 26 // enable / disable logging to spamx.log 27 $_SPX_CONF['logging'] = true; 28 29 // timeout for contacting external services, e.g. SLV 30 $_SPX_CONF['timeout'] = 5; // in seconds 31 32 33 // DO NOT CHANGE THE STUFF BELOW UNLESS YOU KNOW WHAT YOU ARE DOING 34 35 // This sets Spam-X Plugin Table Prefix the same as Geeklog 36 $_SPX_table_prefix = $_DB_table_prefix; 37 38 // Add Spam-X Plugin table to $_TABLES array 39 $_TABLES['spamx'] = $_SPX_table_prefix . 'spamx'; 40 41 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |