1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
This commit is contained in:
Daniel 2021-07-02 14:19:12 -03:00
parent 5ae7e249e8
commit cef760b147

View file

@ -9,7 +9,7 @@ class Scheduler extends PluginAbstract {
public function getDescription() {
global $global;
$desc = "Scheduler Plugin";
$desc .= "<br>Crontab every 1 minute<br><code>*/60 * * * * php {$global['systemRootPath']}plugin/Scheduler/run.php</code>";
$desc .= "<br>Crontab every 1 minute<br><code>* * * * * php {$global['systemRootPath']}plugin/Scheduler/run.php</code>";
//$desc .= $this->isReadyLabel(array('YPTWallet'));
return $desc;
}