commit c7385510cc52e99e2fafa2bd3d3732bd87e81289 parent dbf9a317dd2dc41a54c3a320f69ebefba3475869 Author: Nixx <nixx@firemail.cc> Date: Thu, 6 Aug 2020 14:09:30 +0100 Admittedly at this point I'm just checking a new post-receive hook Diffstat:
M | about.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/about.php b/about.php @@ -10,6 +10,6 @@ require "includes/default-start.php"; <h3>Example text</h3> -<p>Example text example text</p> +<p>Example text</p> <?php require "includes/default-end.php"; ?>