Submit
Path:
~
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
/
File Content:
html-admin-page-status-logs.php
<?php /** * Admin View: Page - Status Logs * * @package Kkart\Admin\Logs */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <?php if ( $logs ) : ?> <div id="log-viewer-select"> <div class="alignleft"> <h2> <?php echo esc_html( $viewed_log ); ?> <?php if ( ! empty( $viewed_log ) ) : ?> <a class="page-title-action" href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'handle' => sanitize_title( $viewed_log ) ), admin_url( 'admin.php?page=kkart-status&tab=logs' ) ), 'remove_log' ) ); ?>" class="button"><?php esc_html_e( 'Delete log', 'kkart' ); ?></a> <?php endif; ?> </h2> </div> <div class="alignright"> <form action="<?php echo esc_url( admin_url( 'admin.php?page=kkart-status&tab=logs' ) ); ?>" method="post"> <select name="log_file"> <?php foreach ( $logs as $log_key => $log_file ) : ?> <?php $timestamp = filemtime( KKART_LOG_DIR . $log_file ); /* translators: 1: last access date 2: last access time */ $date = sprintf( __( '%1$s at %2$s', 'kkart' ), date_i18n( kkart_date_format(), $timestamp ), date_i18n( kkart_time_format(), $timestamp ) ); ?> <option value="<?php echo esc_attr( $log_key ); ?>" <?php selected( sanitize_title( $viewed_log ), $log_key ); ?>><?php echo esc_html( $log_file ); ?> (<?php echo esc_html( $date ); ?>)</option> <?php endforeach; ?> </select> <button type="submit" class="button" value="<?php esc_attr_e( 'View', 'kkart' ); ?>"><?php esc_html_e( 'View', 'kkart' ); ?></button> </form> </div> <div class="clear"></div> </div> <div id="log-viewer"> <pre><?php echo esc_html( file_get_contents( KKART_LOG_DIR . $viewed_log ) ); ?></pre> </div> <?php else : ?> <div class="updated kkart-message inline"><p><?php esc_html_e( 'There are currently no logs to view.', 'kkart' ); ?></p></div> <?php endif; ?>
Submit
FILE
FOLDER
Name
Size
Permission
Action
html-admin-page-addons.php
5978 bytes
0644
html-admin-page-product-export.php
3892 bytes
0644
html-admin-page-reports.php
1780 bytes
0644
html-admin-page-status-logs-db.php
784 bytes
0644
html-admin-page-status-logs.php
1860 bytes
0644
html-admin-page-status-report.php
47722 bytes
0644
html-admin-page-status-tools.php
945 bytes
0644
html-admin-page-status.php
1251 bytes
0644
html-admin-settings.php
1873 bytes
0644
html-bulk-edit-product.php
11017 bytes
0644
html-email-template-preview.php
1052 bytes
0644
html-notice-base-table-missing.php
1555 bytes
0644
html-notice-custom.php
434 bytes
0644
html-notice-install.php
708 bytes
0644
html-notice-legacy-shipping.php
1624 bytes
0644
html-notice-maxmind-license-key.php
1148 bytes
0644
html-notice-no-shipping-methods.php
1263 bytes
0644
html-notice-redirect-only-download.php
1156 bytes
0644
html-notice-regenerating-lookup-table.php
1156 bytes
0644
html-notice-regenerating-thumbnails.php
594 bytes
0644
html-notice-secure-connection.php
817 bytes
0644
html-notice-template-check.php
1632 bytes
0644
html-notice-update.php
1317 bytes
0644
html-notice-updated.php
615 bytes
0644
html-notice-updating.php
1091 bytes
0644
html-notice-uploads-directory-is-unprotected.php
1010 bytes
0644
html-notice-wp-php-minimum-requirements.php
899 bytes
0644
html-quick-edit-product.php
7590 bytes
0644
html-report-by-date.php
4170 bytes
0644
N4ST4R_ID | Naxtarrr