From 49588ea138304e8286330bb597b6c61746191df6 Mon Sep 17 00:00:00 2001 From: monaco Date: Fri, 14 Jan 2022 20:29:55 +0100 Subject: Latest update --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3204554..d1949be 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ else ob_start(); ?> @@ -22,7 +22,7 @@ $ncsite="youresite.tld 7777"; |_|\_\___|___/___/_|_|_\___/
-
Paste | Archive
+
Paste | Archive | About | Contact

@@ -33,7 +33,7 @@ $ncsite="youresite.tld 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, for any issue or request contact support@paste.oddprotocol.org this is open-source project so feel free Source avaliable at GitLab
+
Running KISSmo v.1.0.0 stable > 1.5 KB, for any issue or request contact Contact this is open-source project so feel free Source avaliable at Github

"; if(isset($_POST['text_box'])) { //only do file operations when appropriate - $sitename = "https://youresitename.tld/p"; + $sitename = "https://paste.oddprotocol.org/p"; $a = $_POST['text_box']; $powered = "### This content was generated under KISSmo Paste with love at this time:"; $tagz = "### "; -- cgit v1.2.3