An error occurred while loading the file. Please try again.
-
Patrick Barroca authored4bc673eb
clean_unused_authors.php 326 B
<?php
error_reporting(E_ALL^E_DEPRECATED);
require __DIR__ . '/../console.php';
echo "\n\nWelcome to the iClean Author 2077 Pro tool by @patbator\n\n";
echo "\n\nWill delete unused authors from " . Class_CodifAuteur::count() . " authors in database\n\n";
(new Class_Clean_UnusedAuthors)->clean();
echo "\n\nDONE !!!!\n\n";