htmly/index.php
2024-03-03 21:02:19 +07:00

6 lines
166 B
PHP

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