Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Maltsev <12084378+itchief@users.noreply.github.com>2018-06-28 14:01:41 +0300
committerGitHub <noreply@github.com>2018-06-28 14:01:41 +0300
commit82b072befcc597082b3768c235bc1b2c6ce93390 (patch)
treeebe24751c051c5c917f128a484aeb8063381c245 /feedback
parent50d31416abc8fc80cd7f3e44822a47ada4657f59 (diff)
Update captcha.php
Add copyright
Diffstat (limited to 'feedback')
-rw-r--r--feedback/captcha/captcha.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/feedback/captcha/captcha.php b/feedback/captcha/captcha.php
index 1569b1b..40d563a 100644
--- a/feedback/captcha/captcha.php
+++ b/feedback/captcha/captcha.php
@@ -1,4 +1,11 @@
<?php
+
+/*
+ * Форма обратной связи (https://itchief.ru/lessons/php/feedback-form-for-website)
+ * Copyright 2016-2018 Alexander Maltsev
+ * Licensed under MIT (https://github.com/itchief/feedback-form/blob/master/LICENSE)
+ */
+
//открываем сессию
session_start();