mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
5 lines
147 B
PHP
5 lines
147 B
PHP
<?php
|
|
$config_file = 'config/config.ini';
|
|
require 'system/vendor/autoload.php';
|
|
require_once "system/upgrade/run.php";
|
|
require 'system/htmly.php';
|