Add files via upload
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
include_once('panelUser.php');
|
||||
|
||||
if($_SESSION["login"] && $_SESSION["rol"] === "user"){
|
||||
if(!isset($_GET["option"])) $_GET["option"] = null;
|
||||
switch($_GET["option"]){
|
||||
case "manage_profile":
|
||||
$reply = UserPanel::manage();
|
||||
@ -48,7 +49,8 @@
|
||||
'.$reply.'
|
||||
</div>
|
||||
</div>
|
||||
</section>';
|
||||
</section>
|
||||
';
|
||||
|
||||
//General page content:
|
||||
require RAIZ_APP.'/HTMLtemplate.php';
|
||||
|
Reference in New Issue
Block a user