From 4e8eee2f40bc4b2ba65792726c80fe470b0c24ca Mon Sep 17 00:00:00 2001
From: wjoe
Date: Tue, 31 Jul 2012 15:50:36 +0100
Subject: Initial commit
---
.htaccess | 1 +
index.php | 15 +++++++++++++++
submit.php | 23 +++++++++++++++++++++++
3 files changed, 39 insertions(+)
create mode 100644 .htaccess
create mode 100755 index.php
create mode 100755 submit.php
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..8f50046
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+ForceType text/plain
diff --git a/index.php b/index.php
new file mode 100755
index 0000000..1eb24c1
--- /dev/null
+++ b/index.php
@@ -0,0 +1,15 @@
+
+
+ Pastebin
+
+
+ Paste Stuff Here!
+
+
+
+
+
+
diff --git a/submit.php b/submit.php
new file mode 100755
index 0000000..46aa0ba
--- /dev/null
+++ b/submit.php
@@ -0,0 +1,23 @@
+
+Paste Added:
+http://p.of.je/$md5sum");
+ header("Location: http://p.of.je/$md5sum");
+?>
+
+ Go Back
+
+
+
+
--
cgit v1.2.3