mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Remove unecessary warning
This commit is contained in:
parent
16879273b1
commit
e6781c8200
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ if(file_exists($offlineFile)){
|
|||
require_once $offlineFile;
|
||||
exit;
|
||||
}else{
|
||||
forbiddenPage('This feature requires the VideoOffline plugin');
|
||||
//forbiddenPage('This feature requires the VideoOffline plugin');
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue