📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:00:30
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
inc
/
admin
/
views
✏️
Editing: admin-registration.php
<?php $dev_mode = (defined('DEV_MODE') && DEV_MODE); $license = trim( get_option( berich()->get_slug() . '_purchase_code' ) ); $active = get_option( berich()->get_slug() . '_purchase_code_status', false ) === 'valid'; if( $dev_mode === true) $active = true; $register = new Berich_Register; $pxl_server_info = apply_filters( 'pxl_server_info', ['docs_url' => 'https://doc.casethemes.net/', 'support_url' => 'https://casethemes.ticksy.com/'] ) ; ?> <?php if ($active): ?> <div class="pxl-dsb-box-head"> <div class="pxl-dsb-confirmation success"> <h6><?php echo esc_html__( 'Thanks for the verification!', 'berich' ) ?></h6> <p><?php echo esc_html__( 'You can now enjoy and build great websites. Looking for help? Visit', 'berich' ) ?> <a href="<?php echo esc_url($pxl_server_info['support_url']) ?>" target="_blank"><?php echo esc_html__( 'submit a ticket', 'berich' ) ?></a>.</p> </div> <div class="pxl-dsb-deactive"> <form method="POST" action="<?php echo admin_url( 'admin.php?page=pxlart' )?>"> <input type="hidden" name="action" value="removekey"/> <button class="btn button" type="submit"><?php esc_html_e( 'Remove Purchase Code', 'berich' ) ?></button> </form> </div> </div> <?php else: ?> <?php $register->messages(); ?> <?php endif; ?>
💾 Save Changes
❌ Cancel