C:\xampp\htdocs\landing\wp-content\plugins\LayerSlider\classes\class.km.autoupdate.themes.v3.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php

/**
 * Subclass of KM_Updates for themes
 *
 * @package KM_Updates
 * @since 4.6.3
 * @author John Gera
 * @copyright Copyright (c) 2013  John Gera, George Krupa, and Kreatura Media Kft.
 * @license http://codecanyon.net/licenses/faq Envato marketplace licenses
 */

require_once dirname(__FILE__) . '/class.km.autoupdate.v3.php';

class 
KM_ThemeUpdatesV3 extends KM_UpdatesV3 {

    public function 
__construct($config) {

        
// Set up auto updater
        
parent::__construct($config);

    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586