I did it in nasty way…
<?php
include ('wp-config.php');
include ('wp-blog-header.php');
try {
wordfence::importSettings('token');
} catch(Exception $e){ echo $e->getMessage(); }
?>
and I copy this file to every domain. Then I used curl to execute it.
-
This reply was modified 9 years, 1 month ago by widewings.