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:
authorrobocoder <anthon.pang@gmail.com>2009-06-28 09:59:07 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-28 09:59:07 +0400
commite3c66a37970b807931a87fdde10da01eab82480c (patch)
tree5a1f7bcd6aacf630d810a2ff84116db6477d5f2c /core/Option.php
parentc5705b4a75325edda959f6f9f4f852b1102e5396 (diff)
Fixes #524 - add standard Piwik header to .php files in core & plugins, with
the exception of those in core/Updates/. git-svn-id: http://dev.piwik.org/svn/trunk@1259 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Option.php')
-rw-r--r--core/Option.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/Option.php b/core/Option.php
index a1d13fda2e..355b7049c6 100644
--- a/core/Option.php
+++ b/core/Option.php
@@ -1,5 +1,15 @@
<?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
+ */
+
+/**
* Piwik_Option provides a very simple mechanism to save/retrieve key-values pair
* from the database (persistent key-value datastore).
*