HEX
Server: Apache/2
System: Linux server.hostingmicherro.nl 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
User: showtijd (1009)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/showtijd/domains/showtijd.eu/public_html/wp-content/themes/itheme2/sidebar.php
<?php if(!post_password_required()):?>
    <?php themify_sidebar_before(); //hook ?>
<div id="sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSidebar">
	<?php themify_sidebar_start(); //hook ?>

            <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-main') ); ?>

	<?php themify_sidebar_end(); //hook ?>
</div>
<!--/sidebar -->
    <?php themify_sidebar_after(); //hook ?>
<?php endif;?>