1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/plugin/CustomizeUser/View/Users_affiliations/index.php
2024-04-03 15:52:25 -03:00

13 lines
No EOL
280 B
PHP

<?php
global $global, $config;
if (!isset($global['systemRootPath'])) {
require_once '../../videos/configuration.php';
}
if (!User::isAdmin()) {
forbiddenPage("You can not do this");
exit;
}
$_page = new Page(array(''));
$_page->printEditorIndexFromFile(__FILE__);
?>