Config.php [exclusive] -

// Other configuration options $timezone = 'UTC'; $lang = 'en';

Let’s address the elephant in the room. The single most dangerous mistake beginner developers make is placing config.php inside the (e.g., public_html , www , or htdocs ). config.php

// Include the configuration once require_once . '/../config/config.php'; // Other configuration options $timezone = 'UTC'; $lang