Skip to content

Instantly share code, notes, and snippets.

@diosmosis
diosmosis / Tasks.php
Created November 7, 2019 23:48
temp gist 1
<?php
/**
* Piwik - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\GoogleAnalyticsImporter;
@diosmosis
diosmosis / import-scheduler.controller.js
Last active November 7, 2019 23:58
import scheduler controller 2
/**
* Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
(function () {
angular.module('piwikApp').controller('ImportSchedulerController', ImportSchedulerController);