mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Scheduler crontab fixed
This commit is contained in:
parent
44d94c61b1
commit
27ed1e6819
9 changed files with 211 additions and 113 deletions
17
plugin/Scheduler/View/activeLabel.php
Normal file
17
plugin/Scheduler/View/activeLabel.php
Normal 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
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue