[geeklog-cvs] geeklog-1.3 config.php,1.152,1.153

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Jan 28 05:04:16 EST 2005


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

Modified Files:
	config.php 
Log Message:
Added preliminary support for Pingbacks (receiving pingbacks works; sending pingbacks hasn't been hooked up yet).


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -d -r1.152 -r1.153
*** config.php	23 Jan 2005 11:07:18 -0000	1.152
--- config.php	28 Jan 2005 10:04:14 -0000	1.153
***************
*** 485,488 ****
--- 485,492 ----
  $_CONF['trackback_enabled'] = true;
  
+ // Disable pingbacks by setting this to 'false'
+ $_CONF['pingback_enabled'] = true;
+ 
+ 
  // Link to the documentation from the Admin block (0 = hide link, 1 = show)
  $_CONF['link_documentation'] = 1;




More information about the geeklog-cvs mailing list