Вход Регистрация
Файл: sman/set/import.php
Строк: 28
<?php

include_once '../../sman/includs/configurations.php';

$file_opt 'true';

include_once 
'../../sman/includs/head.php';

if (isset(
$_GET['path'])) {

$path htmlspecialchars($_GET['path']);

if (isset(
$_POST['url'])) {

$url trim($_POST['url']);

$file_name basename($url);

copy($urlROOT.'/'.$path.'/'.$file_name);

header("Location: /sman/file.php?path=".$path."/".htmlspecialchars($file_name)."&ok");

exit;


}

echo 
'<form action = "?path='.$path.'" method = "POST">

Ссылка на файл: <br />

<input name = "url">

<br />

<input type = "submit" value = "Импортировать">

<br />'
;

} else {

header("Location: /sman/index.php");

exit;

}


echo 
'</div>';

include_once 
'../../sman/includs/foot.php';
?>
Онлайн: 0
Реклама