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
Caleb Mazalevskis 27a7925b98
Refactor.
2022-01-06 21:44:29 +08:00

6 lines
155 B
PHP

<?php
global $global;
if (class_exists("Plugin") && empty($global['avideoEndIncluded'])) {
AVideoPlugin::getEnd();
}
$global['avideoEndIncluded'] = 1;