From b242187a2057a1bff9b85e0fdfc78e2240cb0ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Nov 2008 10:33:42 +0000 Subject: [PATCH] Add missing docblock. --- setup/validate.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup/validate.php b/setup/validate.php index 2804c1e70..0d3bf461a 100644 --- a/setup/validate.php +++ b/setup/validate.php @@ -1,4 +1,17 @@ + * @copyright Copyright (c) 2008, Piotr Przybylski + * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 + * @version $Id$ + */ + +/** + * Core libraries. + */ require './lib/common.inc.php'; $validators = array(); @@ -17,4 +30,4 @@ if ($result === false) { $result = 'Wrong data or no validation for ' . $vids; } echo $result !== true ? json_encode($result) : ''; -?> \ No newline at end of file +?>