From 5e7a4ee6c454894f6b9e82857c2191ade456de63 Mon Sep 17 00:00:00 2001 From: monaco Date: Tue, 19 Oct 2021 13:08:31 +0200 Subject: Update index.php --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 139742b..3204554 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ else ob_start(); ?> @@ -33,7 +33,7 @@ $ncsite="paste.uk.to 7777";
Use this paste via terminal examples "echo I was here | nc " or "cat example | nc "

KISS (Keep it simple, stupid) style pastebin developed from (monaco) with less than 70 Lines of code!
-
Running KISSmo v.1.0.0 stable > 1.5 KB
+
Running KISSmo v.1.0.0 stable > 1.5 KB, for any issue or request contact support@paste.oddprotocol.org this is open-source project so feel free Source avaliable at GitLab

"; 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 = "### "; -- cgit v1.2.3