mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Image upload fix
This commit is contained in:
parent
6aba698f83
commit
f6c5655e92
4 changed files with 0 additions and 4 deletions
|
|
@ -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.');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
if (!defined('HTMLY')) die('HTMLy');
|
||||
|
||||
session_start();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
if (!defined('HTMLY')) die('HTMLy');
|
||||
$config_file = 'config/config.ini';
|
||||
require 'system/vendor/autoload.php';
|
||||
require 'system/htmly.php';
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
if (!defined('HTMLY')) die('HTMLy');
|
||||
require 'system/includes/dispatch.php';
|
||||
require 'system/includes/session.php';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue