1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Scheduler crontab fixed

This commit is contained in:
Daniel Neto 2023-02-21 17:17:01 -03:00
parent 44d94c61b1
commit 27ed1e6819
9 changed files with 211 additions and 113 deletions

View file

@ -0,0 +1,17 @@
<?php
if(!AVideoPlugin::isEnabledByName('Scheduler')){
return '';
}
if(Scheduler::isActive()){
?>
<span class="glowText">
Scheduler plugin cront tab found
</span>
<?php
}else{
?>
<span class="glowTextBlue">
Scheduler plugin cront tab NOT found
<?php
}
?>