This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Image upload fix
pull/440/head
danpros
4 years ago
parent
6aba698f83
commit
f6c5655e92
4 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
system/includes/dispatch.php
+0
-1
system/includes/session.php
+0
-1
system/upgrade/index.php
+0
-1
upload.php
+ 0
- 1
system/includes/dispatch.php
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.'
);
}
+ 0
- 1
system/includes/session.php
View File
@ -1,5 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
session_start
();
+ 0
- 1
system/upgrade/index.php
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'
;
+ 0
- 1
upload.php
View File
@ -1,5 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
require
'system/includes/dispatch.php'
;
require
'system/includes/session.php'
;
Write
Preview
Loading…
Cancel
Save