[geeklog-cvs] geeklog-1.3 config.php,1.143,1.144

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Nov 13 13:08:19 EST 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv4101

Modified Files:
config.php
Log Message:
Added an option to disable autolinks


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** config.php 6 Nov 2004 17:13:48 -0000 1.143
--- config.php 13 Nov 2004 18:08:17 -0000 1.144
***************
*** 660,663 ****
--- 660,665 ----
$_CONF['allowed_protocols'] = array ('http:', 'https:', 'ftp:');

+ // disables autolinks if set to 1
+ $_CONF['disable_autolinks'] = 0; // 0 = autolinks enabled

// Parameters for checking for "bad" words
***************
*** 697,701 ****
}
if (!defined ('VERSION')) {
! define('VERSION', '1.3.10rc2');
}

--- 699,703 ----
}
if (!defined ('VERSION')) {
! define('VERSION', '1.3.10rc3');
}





More information about the geeklog-cvs mailing list