1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-07-17 15:37:17 -03:00
parent 9524a566c6
commit cd16edb27a

View file

@ -1,5 +1,8 @@
<?php
require_once dirname(__FILE__) . '/../videos/configuration.php';
if (!User::isLogged()) {
gotToLoginAndComeBackHere();
}
$_page = new Page(array('Activate'));
$activation = getActivationCode();
?>