htmly/index.php
2025-01-27 08:09:27 +07:00

6 lines
166 B
PHP

<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v3.0.3');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';