[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.39.183: ~ $
<?php
/**
 * Display Permission denied
 *
 * @package Tutor\Templates
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

tutor_utils()->tutor_custom_header();
?>

<div class="tutor-wrap tutor-wrap-parent tutor-page-permission-denied">
	<div class="tutor-container">
		<div class="tutor-row tutor-justify-center">
			<div class="tutor-col-md-8 tutor-col-lg-6 tutor-col-xl-5">
				<div class="tutor-card">
					<div class="tutor-px-40 tutor-py-64 tutor-text-center">
						<div class="tutor-svg-img">
							<img src="<?php echo esc_url( tutor()->url . 'assets/images/permission-denied.svg' ); ?>" alt="<?php esc_html_e( 'Permission Denied', 'tutor' ); ?>">    
						</div>

						<div class="tutor-fs-5 tutor-fw-medium tutor-color-black tutor-mt-n32 tutor-mb-12"><?php echo isset( $message ) ? esc_html( $message ) : esc_html__( 'You don\'t have permission to access this page', 'tutor' ); ?></div>
						<div class="tutor-fs-6 tutor-color-muted tutor-mb-36"><?php echo isset( $description ) ? esc_html( $description ) : esc_html__( 'Please make sure you are logged in to correct account if the content needs authorization.', 'tutor' ); ?></div>

						<?php
						if ( ! isset( $button ) ) {
							$button = array(
								'url'  => get_home_url(),
								'text' => 'Homepage',
							);
						}
						?>
						<a href="<?php echo esc_url( $button['url'] ); ?>" class="tutor-btn tutor-btn-primary">
							<?php echo esc_html( $button['text'] ); ?>
						</a>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

<?php
tutor_utils()->tutor_custom_footer();

Filemanager

Name Type Size Permission Actions
course-filter Folder 0755
dashboard Folder 0755
ecommerce Folder 0755
email Folder 0755
global Folder 0755
instructor Folder 0755
loop Folder 0755
modal Folder 0755
profile Folder 0755
shortcode Folder 0755
single Folder 0755
template-part Folder 0755
widget Folder 0755
archive-course-init.php File 6.57 KB 0644
archive-course.php File 862 B 0644
course-embed.php File 4.38 KB 0644
course-none.php File 259 B 0644
dashboard.php File 10.69 KB 0644
feature_disabled.php File 1.04 KB 0644
login-form.php File 3.83 KB 0644
login.php File 1.41 KB 0644
metabox-wrapper.php File 621 B 0644
permission-denied.php File 1.61 KB 0644
public-profile.php File 7.24 KB 0644
single-assignment.php File 293 B 0644
single-content-loader.php File 4.26 KB 0644
single-course.php File 3.9 KB 0644
single-lesson.php File 292 B 0644
single-preview-lesson.php File 292 B 0644
single-quiz.php File 1.57 KB 0644
template.php File 385 B 0644