htmly/index.php
2024-01-03 23:51:59 +07:00

6 lines
166 B
PHP

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