http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54924

Revision: 54924
Author:   werdna
Date:     2009-08-13 10:40:49 +0000 (Thu, 13 Aug 2009)

Log Message:
-----------
Update HoneypotIntegration extension, there was a missing file

Added Paths:
-----------
    branches/wmf-deployment/extensions/HoneypotIntegration/loadHoneypotData.php

Property Changed:
----------------
    branches/wmf-deployment/extensions/HoneypotIntegration/


Property changes on: branches/wmf-deployment/extensions/HoneypotIntegration
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/REL1_15/phase3/extensions/HoneypotIntegration:51646
/trunk/extensions/HoneypotIntegration:52089-54593,54715,54758,54762,54778,54781,54786,54810-54811
/trunk/phase3/HoneypotIntegration:52859,53272
/trunk/phase3/extensions/HoneypotIntegration:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53344,53369,53427,53502-53504,53506,53777,54384,54494,54592,54599-54602,54604,54613,54764,54793,54806
   + /branches/REL1_15/phase3/extensions/HoneypotIntegration:51646
/trunk/extensions/HoneypotIntegration:52089-54923
/trunk/phase3/HoneypotIntegration:52859,53272
/trunk/phase3/extensions/HoneypotIntegration:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53344,53369,53427,53502-53504,53506,53777,54384,54494,54592,54599-54602,54604,54613,54764,54793,54806

Copied: 
branches/wmf-deployment/extensions/HoneypotIntegration/loadHoneypotData.php 
(from rev 54923, trunk/extensions/HoneypotIntegration/loadHoneypotData.php)
===================================================================
--- branches/wmf-deployment/extensions/HoneypotIntegration/loadHoneypotData.php 
                        (rev 0)
+++ branches/wmf-deployment/extensions/HoneypotIntegration/loadHoneypotData.php 
2009-08-13 10:40:49 UTC (rev 54924)
@@ -0,0 +1,10 @@
+<?php
+/*
+ * Updates the cache of Project Honeypot IPs
+ */
+
+require_once ( getenv('MW_INSTALL_PATH') !== false
+       ? getenv('MW_INSTALL_PATH')."/maintenance/commandLine.inc"
+       : dirname( __FILE__ ) . '/../../maintenance/commandLine.inc' );
+
+HoneypotIntegration::loadHoneypotData();



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to