[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.59.50.105: ~ $
<?php
/**
 * Gradebook settings section
 *
 * @package Tutor\Views
 * @subpackage Tutor\Settings
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 2.0.0
 */

?>
<div class="tutor-option-main-title">
	<div class="tutor-fs-4 tutor-fw-medium tutor-color-black">
		<?php echo esc_html( $section->label ); ?>
	</div>
	<button class="reset-btn reset_to_default" data-reset="<?php echo esc_attr( $section['slug'] ); ?>">
		<i class="btn-icon tutor-icon-refresh"></i>
		<?php esc_html_e( 'Reset to Default', 'tutor' ); ?>
	</button>
</div>

<?php
foreach ( $section['blocks'] as $blocks ) :
	if ( empty( $blocks['label'] ) ) :
		?>
		<div class="tutor-option-single-item tutor-mb-32">
            <?php echo $this->blocks( $blocks ); //phpcs:ignore --contain safe data ?>
		</div>
	<?php else : ?>
		<?php echo $this->blocks( $blocks ); //phpcs:ignore -- contain safe data ?>
	<?php endif; ?>
<?php endforeach; ?>

Filemanager

Name Type Size Permission Actions
common Folder 0755
basic.php File 918 B 0644
buddypress.php File 293 B 0644
color_picker.php File 4.48 KB 0644
design.php File 676 B 0644
google_classroom.php File 570 B 0644
gradebook.php File 936 B 0644
import_export.php File 7.47 KB 0644
notifications.php File 661 B 0644
status.php File 666 B 0644
tab.php File 1.85 KB 0644
tutor_pages.php File 2.87 KB 0644
zoom.php File 71 B 0644