Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Installation/FormFirstWebsiteSetup.php')
-rw-r--r--plugins/Installation/FormFirstWebsiteSetup.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/Installation/FormFirstWebsiteSetup.php b/plugins/Installation/FormFirstWebsiteSetup.php
index e23d1f3ce2..952c5fb8c0 100644
--- a/plugins/Installation/FormFirstWebsiteSetup.php
+++ b/plugins/Installation/FormFirstWebsiteSetup.php
@@ -1,19 +1,19 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Installation
- */
-
-require_once "modules/Form.php";
-
-/**
- *
- * @package Piwik_Installation
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Installation
+ */
+
+require_once "modules/Form.php";
+
+/**
+ *
+ * @package Piwik_Installation
*/
class Piwik_Installation_FormFirstWebsiteSetup extends Piwik_Form
{