From: skodak Date: Thu, 21 May 2009 09:58:18 +0000 (+0000) Subject: MDL-19235 updated license header in installer - completely rewritten for 2.0 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d764d4cae4df05793946528ab3b89ca7f5a5db5b;p=moodle.git MDL-19235 updated license header in installer - completely rewritten for 2.0 --- 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']);