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 +?>