htmly/index.php
2024-01-26 14:19:22 +07:00

6 lines
166 B
PHP

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