Browse Source

[TASK] Security fix

pull/135/head
Kanti 11 years ago
parent
commit
1fe0420748
1 changed files with 1 additions and 1 deletions
  1. +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);


Loading…
Cancel
Save