$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Zabbix Installation in Kali

October 7, 2022 | By the+gnu+linux+evangelist.

Setting Up Web UI

  1. 7. Editing Frontend Config

    Follow Editing Zabbix PHP Frontend Configuration File
    Need to Uncomment the “date.timezone” setting:

    sudo nano /etc/zabbix/apache.conf

    Uncomment this line like:

    php_value date.timezone Europe/Paris

    Set the Right time zone for you…