This commit is contained in:
danpros 2024-02-27 16:31:59 +07:00
commit ddd46cad2d
2 changed files with 2 additions and 2 deletions

View file

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