mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
update
This commit is contained in:
parent
9524a566c6
commit
cd16edb27a
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
require_once dirname(__FILE__) . '/../videos/configuration.php';
|
require_once dirname(__FILE__) . '/../videos/configuration.php';
|
||||||
|
if (!User::isLogged()) {
|
||||||
|
gotToLoginAndComeBackHere();
|
||||||
|
}
|
||||||
$_page = new Page(array('Activate'));
|
$_page = new Page(array('Activate'));
|
||||||
$activation = getActivationCode();
|
$activation = getActivationCode();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue