[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/spamx install.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 14 08:28:30 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx
In directory www:/tmp/cvs-serv28786/public_html/admin/plugins/spamx

Modified Files:
	install.php 
Log Message:
Removed MT Blacklist entries, changed plugin version number to 1.0.1.


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx/install.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install.php	3 Sep 2004 19:59:56 -0000	1.1
--- install.php	14 Sep 2004 12:28:28 -0000	1.2
***************
*** 61,67 ****
  //
  
! $pi_name = 'spamx';                  // Plugin name  Must be 15 chars or less
! $pi_version = '1.0';                    // Plugin Version
! $gl_version = '1.3.9';                  // GL Version plugin for
  $pi_url = 'http://www.pigstye.net/gplugs/staticpages/index.php/spamx';      // Plugin Homepage
  
--- 61,67 ----
  //
  
[...1885 lines suppressed...]
  //
--- 87,94 ----
  //
  $DEFVALUES = array();
  $DEFVALUES[]="INSERT INTO {$_TABLES['spamx']} VALUES ('Action','DeleteComment')";
  $DEFVALUES[]="INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','BlackList')";
  $DEFVALUES[]="INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','MTBlackList')";
! $DEFVALUES[]="INSERT INTO {$_TABLES['spamx']} VALUES ('Personal','zaraz.com')";
   
  //
***************
*** 2143,2145 ****
  echo $display;
  
! ?>
\ No newline at end of file
--- 272,274 ----
  echo $display;
  
! ?>




More information about the geeklog-cvs mailing list