MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/plugins/rit-core/inc/customize/html/import-export.php
<span class="customize-control-title">
    <?php esc_html_e('Export', RIT_TEXT_DOMAIN); ?>
</span>
<span class="description customize-control-description">
    <?php esc_html_e('Click the button below to export the customization settings for this theme.', RIT_TEXT_DOMAIN); ?>
</span>
<input type="button" class="button" name="rit-export-button"
       value="<?php esc_attr(esc_html_e('Export', RIT_TEXT_DOMAIN)); ?>"/>

<hr class="rit-hr"/>

<span class="customize-control-title">
    <?php esc_html_e('Import', RIT_TEXT_DOMAIN); ?>
</span>
<span class="description customize-control-description">
    <?php esc_html_e('Upload a file to import customization settings for this theme.', RIT_TEXT_DOMAIN); ?>
</span>
<div class="rit-import-controls">
    <input type="file" name="rit-import-file" class="rit-import-file"/>
    <label class="rit-import-images">
        <input type="checkbox" name="rit-import-images"
               value="1"/> <?php esc_html_e('Download and import image files?', RIT_TEXT_DOMAIN); ?>
    </label>
    <?php wp_nonce_field('rit-importing', 'rit-import'); ?>
</div>
<div class="rit-uploading"><?php esc_html_e('Uploading...', RIT_TEXT_DOMAIN); ?></div>
<input type="button" class="button" name="rit-import-button"
       value="<?php esc_attr(esc_html_e('Import', RIT_TEXT_DOMAIN)); ?>"/>