test
parent
d04e1be58e
commit
d5168e246d
|
@ -241,7 +241,7 @@
|
|||
if (isset($files['file'])) {
|
||||
?>
|
||||
<div style="margin:18px; text-align: center">
|
||||
<div style="margin: 24px">
|
||||
<div style="margin:0px">
|
||||
<textarea id="url" title="url" rows="1" style="width: 100%; margin-top: 2px;" readonly><?php echo str_replace('%2523', '%23', str_replace('%26amp%3B','&',spurlencode(path_format($_SERVER['base_disk_path'] . '/' . $path), '/'))); ?></textarea>
|
||||
<a href="<?php echo path_format($_SERVER['base_disk_path'] . '/' . $path);//$files[$_SERVER['DownurlStrName']] ?>"><ion-icon name="download" style="line-height: 16px;vertical-align: middle;"></ion-icon> <?php echo getconstStr('Download'); ?></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue