This commit is contained in:
Riccardo Bicelli 2021-07-06 23:32:43 +02:00
parent 9bd55db4be
commit 2ed9d5791f
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ switch (strtolower($argv[1])){
case "file_exists":
pfz_file_exists($argv[2]);
break;
case "cron_speedtest":
case "speedtest_cron":
pfz_speedtest_cron_install();
pfz_speedtest_cron();
break;