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
[TASK] Security fix
pull/135/head
Kanti
11 years ago
parent
27c3e6253f
commit
1fe0420748
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
system/htmly.php
+ 1
- 1
system/htmly.php
View File
@ -995,7 +995,7 @@ post('/admin/import', function () {
$url
=
from
(
$_REQUEST
,
'url'
);
$credit
=
from
(
$_REQUEST
,
'credit'
);
if
(
!
empty
(
$url
))
{
if
(
login
()
&&
!
empty
(
$url
)
&&
$proper
)
{
get_feed
(
$url
,
$credit
);
$log
=
get_feed
(
$url
,
$credit
);
Write
Preview
Loading…
Cancel
Save