From df49a36e140acc211fdc31480d40281404110310 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Fri, 22 Jan 2021 20:45:43 -0700 Subject: Inital commit with existing code --- includes/reply_inc.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 includes/reply_inc.php (limited to 'includes/reply_inc.php') diff --git a/includes/reply_inc.php b/includes/reply_inc.php new file mode 100644 index 0000000..7f53fce --- /dev/null +++ b/includes/reply_inc.php @@ -0,0 +1,33 @@ +the topic.'; +} + +//header("Location: ../topic.php?id=" . $_GET['reply_to']); \ No newline at end of file -- cgit v1.2.3