[geeklog-cvs] geeklog-1.3/system lib-story.php,1.16,1.17

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jan 29 04:02:13 EST 2005


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

Modified Files:
	lib-story.php 
Log Message:
Introduced a 'story.ping' permission, allowing users to send trackbacks / pings.


Index: lib-story.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-story.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** lib-story.php	16 Jan 2005 19:14:29 -0000	1.16
--- lib-story.php	29 Jan 2005 09:02:11 -0000	1.17
***************
*** 207,211 ****
          $article->set_var( 'story_bodytext_only', $bodytext );
  
!         if( $_CONF['trackback_enabled'] && SEC_inGroup( 'Root' ))
          {
              $url = $_CONF['site_admin_url'] . '/trackback.php?mode=new&id='
--- 207,211 ----
          $article->set_var( 'story_bodytext_only', $bodytext );
  
!         if( $_CONF['trackback_enabled'] && SEC_hasRights( 'story.ping' ))
          {
              $url = $_CONF['site_admin_url'] . '/trackback.php?mode=new&id='




More information about the geeklog-cvs mailing list