7 lines
166 B
PHP
Executable File
7 lines
166 B
PHP
Executable File
<?php
|
|
define('HTMLY', true);
|
|
define('HTMLY_VERSION', 'v3.0.4');
|
|
$config_file = 'config/config.ini';
|
|
require 'system/vendor/autoload.php';
|
|
require 'system/htmly.php';
|