1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/objects/include_end.php
Daniel Neto 22461c93be update
2023-02-28 19:15:24 -03:00

10 lines
291 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;