mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
17 lines
No EOL
304 B
PHP
17 lines
No EOL
304 B
PHP
<?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
|
|
}
|
|
?>
|