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:
authorFabian Becker <halfdan@xnorfz.de>2013-06-23 01:45:12 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-06-23 01:45:12 +0400
commit8455cee23718229e17c422c80f1b91f36bfae4cb (patch)
tree14a88d8d42421c9f5ed9e3fdd06ea9a05695977b /plugins/ExamplePlugin
parent5546364d9b8fccd2536ade3437d40246740326a5 (diff)
Remove last url function calls. Fixed PDFReports.
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/config/local.config.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/config/local.config.php b/plugins/ExamplePlugin/config/local.config.php
new file mode 100644
index 0000000000..cf846146e4
--- /dev/null
+++ b/plugins/ExamplePlugin/config/local.config.php
@@ -0,0 +1,10 @@
+<?php
+return array (
+ 0 => 1,
+ 1 => 'mixed',
+ 2 =>
+ array (
+ 0 => 'a',
+ ),
+ 'b' => 'c',
+);