diff options
author | monaco <arianitkukaj@gmail.com> | 2021-10-19 11:08:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 11:08:31 +0000 |
commit | 5e7a4ee6c454894f6b9e82857c2191ade456de63 (patch) | |
tree | cbfe6617cc0700ae02a90f0793830cbb51e0a715 | |
parent | Update archive.php (diff) | |
download | KISSmo-5e7a4ee6c454894f6b9e82857c2191ade456de63.tar.gz KISSmo-5e7a4ee6c454894f6b9e82857c2191ade456de63.zip |
Update index.php
Diffstat (limited to '')
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ else ob_start(); ?> <?php -$ncsite="paste.uk.to 7777"; +$ncsite="youresite.tld 7777"; ?> <html> <body> @@ -33,7 +33,7 @@ $ncsite="paste.uk.to 7777"; <br> <center>Use this paste via terminal examples <span style="color:#e74c3c">"echo I was here | nc <?php echo"$ncsite";?>"</span> or <span style="color:#e74c3c">"cat example | nc <?php echo"$ncsite";?>"</span><center><br> <center>KISS (Keep it simple, stupid) style pastebin developed from (monaco) with less than <span style="color:#e74c3c">70</span> Lines of code!</center> - <center>Running KISSmo v.1.0.0 stable > 1.5 KB</center> + <center>Running KISSmo v.1.0.0 stable > 1.5 KB, for any issue or request contact <a href="mailto:support@paste.oddprotocol.org">support@paste.oddprotocol.org</a> this is open-source project so feel free <a href="https://gitlab.com/hedho/KISSmo">Source avaliable at GitLab</a></center> <br> <?php // Set the current working directory @@ -57,7 +57,7 @@ echo $filecount . " paste files </center>"; if(isset($_POST['text_box'])) { //only do file operations when appropriate - $sitename = "https://paste.ircnow.org/p"; + $sitename = "https://youresitename.tld/p"; $a = $_POST['text_box']; $powered = "### This content was generated under KISSmo Paste with love at this time:"; $tagz = "### "; |