From 87247124c9ed10e9d1144da29265be830dd7c406 Mon Sep 17 00:00:00 2001 From: Kamal Date: Sun, 16 Aug 2015 12:13:21 +0800 Subject: [PATCH] some comment --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index cbf60d4..c8632e5 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ if ($_POST['edit']) { echo "for editing"; } +// some comment if ($_POST['delete']) { echo "for deleting"; } \ No newline at end of file -- 2.11.4.GIT