diff options
author | adam <adam@> | 2021-02-13 22:25:06 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-13 22:25:06 +0200 |
commit | 5c4f408cada9b60ab1b65335879378c43cfdca21 (patch) | |
tree | e418b3c1646e5993535b5a10d4cbcf9d2bf34ec5 /php/node.php | |
parent | b55b1021a2b0cb53b2f18622207f659dcfb8ba77 (diff) | |
download | fileup-5c4f408cada9b60ab1b65335879378c43cfdca21.tar.gz |
text files are kinda shared
Diffstat (limited to 'php/node.php')
-rw-r--r-- | php/node.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/node.php b/php/node.php index e0f7ceb..666d540 100644 --- a/php/node.php +++ b/php/node.php @@ -98,10 +98,10 @@ require_once "user.php"; } if($use_https) { - return "https://".$domain_name."/share?file=".$code; + return "https://".$domain_name."/php/share.php?file=".$code; }else { - return "http://".$domain_name."/share?file=".$code; + return "http://".$domain_name."/php/share.php?file=".$code; } } |