Skip to content

Commit c0d3093

Browse files
committed
edited version number
1 parent 9d4af0a commit c0d3093

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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:44:10
7+
* @Last modified time: 2024/08/18 22:47:30
88
*/
99

1010
@ini_set("display_errors", 1);
@@ -110,7 +110,7 @@
110110
<link rel="icon" href="https://raw.githubusercontent.com/amirhp-com/upload-file-from-url-to-webserver/main/blackswan.png" sizes="192x192" />
111111
</head>
112112

113-
<body class="uffutw upload-file-from-url-to-webserver v-12">
113+
<body class="uffutw upload-file-from-url-to-webserver v-13">
114114
<h1 class="aw">
115115
<span class="dw">
116116
Upload File Script v.13</span><br>URL-Address to WebServer
@@ -121,8 +121,7 @@
121121
die('<h3 class="red-alert" style="font-size: 1.5rem;">SELF-DESTRUCTION WAS SUCCESSFUL, BYE &#x1F44B;!</h3>');
122122
}
123123
?>
124-
<small>Developed by <a href="https://amirhp.com/" target="_blank">amirhp-com</a> | Give star on <a href="https://github.com/amirhp-com/upload-file-from-url-to-webserver" target="_blank">Github</a><br>
125-
Version 12.0 / Your IP: <?= get_real_IP_address(); ?><br> [ <a href="./">root</a> / <a href="?r=<?= time(); ?>">new?</a> ]</small>
124+
<small>Developed by <a href="https://amirhp.com/" target="_blank">amirhp-com</a> | Give star on <a href="https://github.com/amirhp-com/upload-file-from-url-to-webserver" target="_blank">Github</a> | your_ip: <?= get_real_IP_address(); ?> [ <a href="./">root</a> / <a href="?r=<?= time(); ?>">new?</a> ]</small>
126125
<br><br>
127126
<?php
128127
if (isset($_POST['url'], $_POST["name"])) {

0 commit comments

Comments
 (0)