1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Remove unecessary warning

This commit is contained in:
DanieL 2022-09-12 11:38:03 -03:00
parent 16879273b1
commit e6781c8200

View file

@ -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');
}
?>