mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 03:05:58 +05:30
6 lines
166 B
PHP
6 lines
166 B
PHP
<?php
|
|
define('HTMLY', true);
|
|
define('HTMLY_VERSION', 'v3.1.1');
|
|
$config_file = 'config/config.ini';
|
|
require 'system/vendor/autoload.php';
|
|
require 'system/htmly.php';
|