1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/objects/include_end.php
2022-09-27 12:04:33 -03:00

10 lines
289 B
PHP

<?php
global $global;
if (!class_exists("Plugin")) {
_error_log('avideoEndIncluded class Plugin not exists');
}elseif (!empty($global['avideoEndIncluded'])) {
_error_log('avideoEndIncluded already processed');
}else{
AVideoPlugin::getEnd();
}
$global['avideoEndIncluded'] = 1;