]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change script path for new position in plugins/ActivitySpam
authorEvan Prodromou <evan@status.net>
Tue, 17 Apr 2012 15:57:45 +0000 (11:57 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 17 Apr 2012 15:57:45 +0000 (11:57 -0400)
plugins/ActivitySpam/scripts/testuser.php
plugins/ActivitySpam/scripts/trainuser.php

index 357e04a7c2cb2d8dab0d0d1a6d28014148f13100..0b776bd42b13c723d4e30e5a197be291dc3179df 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..'));
+define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
 
 $shortoptions = 'i:n:a';
 $longoptions = array('id=', 'nickname=', 'all');
index 3399e751bad39c5253646f41fff624020c60a76f..f3739ac7b8bae43802f92763d1ffed701490244d 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..'));
+define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
 
 $shortoptions = 'i:n:t:';
 $longoptions = array('id=', 'nickname=', 'category=');