[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.217.104.36: ~ $
<?php
/**
 * @package TutorLMS/Templates
 * @version 1.4.3
 */

?>
<h3><?php echo esc_html__('Settings', 'zilom') ?></h3>

<div class="tutor-dashboard-content-inner dashboard-settings">
    <div class="tutor-dashboard-inline-links">            
        <?php tutor_load_template('dashboard.settings.nav-bar', ['active_setting_nav'=>'profile']); ?>
    </div>

    <?php
        if(isset($GLOBALS['tutor_setting_nav']['profile'])){
            tutor_load_template('dashboard.settings.profile');
        }
        else{
            foreach($GLOBALS['tutor_setting_nav'] as $page){
                echo '<script>window.location.replace("',$page['url'],'");</script>';
                break;
            }
        }
    ?>
</div>

Filemanager

Name Type Size Permission Actions
instructor Folder 0755
notifications Folder 0755
dashboard.php File 4.39 KB 0644
purchase_history.php File 2.72 KB 0644
question-answer.php File 3.94 KB 0644
registration.php File 5.4 KB 0644
settings.php File 726 B 0644
wishlist.php File 1.35 KB 0644