Update install.php

This commit is contained in:
danpros 2021-03-06 16:32:21 +07:00
commit d38d2608ec

View file

@ -1,4 +1,5 @@
<?php
if (file_exists('config/config.ini')) die('HTMLy already installed!');
error_reporting(E_ALL);
ini_set("display_errors", 1);