Image upload fix

This commit is contained in:
danpros 2021-03-06 22:00:47 +07:00
commit f6c5655e92
4 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
<?php
if (!defined('HTMLY')) die('HTMLy');
if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) {
error(500, 'dispatch requires at least PHP 5.3 to run.');
}

View file

@ -1,5 +1,4 @@
<?php
if (!defined('HTMLY')) die('HTMLy');
session_start();

View file

@ -1,5 +1,4 @@
<?php
if (!defined('HTMLY')) die('HTMLy');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';

View file

@ -1,5 +1,4 @@
<?php
if (!defined('HTMLY')) die('HTMLy');
require 'system/includes/dispatch.php';
require 'system/includes/session.php';