htmly/index.php
2025-08-18 06:51:00 +07:00

6 lines
166 B
PHP

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