mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Fix
This commit is contained in:
parent
5ae7e249e8
commit
cef760b147
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue