This commit is contained in:
danpros 2024-01-11 07:01:08 +07:00
commit 6c821dd398
3 changed files with 3 additions and 3 deletions

View file

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