From 2bef694a6a64c6044292a57029e82a802cd84932 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 20 Mar 2018 16:41:21 -0400 Subject: * Prosongsa: Prepare to license --- source.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source.php (limited to 'source.php') diff --git a/source.php b/source.php new file mode 100644 index 0000000..cbaf9f4 --- /dev/null +++ b/source.php @@ -0,0 +1,13 @@ +$file"; + echo '
';
+		echo htmlspecialchars(file_get_contents($file));
+		echo '
'; + } +} -- cgit 1.4.1