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:00:49 +0300
committerGitHub <noreply@github.com>2018-06-28 14:00:49 +0300
commit50d31416abc8fc80cd7f3e44822a47ada4657f59 (patch)
treede30fa0a6fc3ca273800e4aa99afeee5465d0591 /feedback
parent0b8a715da2980d622152ee9098f97ac19fcb53c5 (diff)
Update process.php
Add copyright
Diffstat (limited to 'feedback')
-rw-r--r--feedback/process/process.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/feedback/process/process.php b/feedback/process/process.php
index 7727f0c..75f4064 100644
--- a/feedback/process/process.php
+++ b/feedback/process/process.php
@@ -1,5 +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)
+ */
+
// подключаем файл настроек
require_once dirname(__FILE__) . '/process_settings.php';