From d764d4cae4df05793946528ab3b89ca7f5a5db5b Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 21 May 2009 09:58:18 +0000 Subject: [PATCH] MDL-19235 updated license header in installer - completely rewritten for 2.0 --- install.php | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 8e21d5e8d9..8331ee8fbe 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,27 @@ -. + +/** + * This script creates config.php file during installation. + * + * @package moodlecore + * @copyright 2009 Petr Skoda (http://skodak.org) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ if (isset($_REQUEST['lang'])) { $lang = eregi_replace('[^A-Za-z0-9_-]', '', $_REQUEST['lang']); -- 2.39.5