dj_mix_hosting_software/index.php
2024-04-29 19:04:51 -07:00

14 lines
No EOL
294 B
PHP

<?php
// read toml config file
require 'vendor/autoload.php';
require 'functions/i18n.php';
use Yosymfony\Toml\Toml;
$config = Toml::ParseFile('includes/config.toml');
// $config['app']['name']
// load locale
$locale = loadLocale($config['app']['locale']);
// $locale['string']