Skip to content

Commit 0e3379c

Browse files
committed
update readme screenshot
1 parent 2fc0a12 commit 0e3379c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

screenshot.png

111 KB
Loading

upload.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @Author: Amirhossein Hosseinpour <https://amirhp.com>
55
* @Date Created: 2020/11/15 19:31:15
66
* @Last modified by: amirhp-com <its@amirhp.com>
7-
* @Last modified time: 2024/08/18 22:47:30
7+
* @Last modified time: 2024/08/18 23:17:34
88
*/
99

1010
@ini_set("display_errors", 1);
@@ -112,9 +112,8 @@
112112

113113
<body class="uffutw upload-file-from-url-to-webserver v-13">
114114
<h1 class="aw">
115-
<span class="dw">
116-
Upload File Script v.13</span><br>URL-Address to WebServer
117-
</h1>
115+
<div style="background: url('https://raw.githubusercontent.com/amirhp-com/upload-file-from-url-to-webserver/main/blackswan.png') no-repeat center/contain;padding-top: 5rem;margin-bottom: 0.5rem;"></div>
116+
<span class="dw">BlackSwan Upload File from URL to Web Server v.13</span><br>URL-Address to WebServer</h1>
118117
<?php
119118
if (isset($_GET["delete"]) && "true" == $_GET["delete"]) {
120119
unlink(__FILE__);

0 commit comments

Comments
 (0)