<?php ini_set('error_reporting', E_ALL); $ini = parse_ini_file("config.ini"); $overlay_enabled = $ini["overlayEnabled"]; ?>