]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ActivitySpam/scripts/testuser.php
change script path for new position in plugins/ActivitySpam
[quix0rs-gnu-social.git] / plugins / ActivitySpam / scripts / testuser.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');