PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
modern-events-calendar
/
app
/
libraries
<?php /** no direct access **/ defined('MECEXEC') or die(); /** * Webnus MEC syncSchedule class. * @author Webnus <info@webnus.biz> */ class MEC_syncSchedule extends MEC_base { private $main; public function __construct() { $this->main = $this->getMain(); } public function syn() { $ix = $this->main->get_ix_options(); if ( isset($ix['sync_g_import']) and $ix['sync_g_import'] == '1' ) { if ( isset($ix['sync_g_import_auto']) and $ix['sync_g_import_auto'] == '1' ) { $sync_g_import = MEC_ABSPATH.'app'.DS.'crons'.DS.'g-import.php'; require_once($sync_g_import); } } if ( isset($ix['sync_g_export']) and $ix['sync_g_export'] == '1' ) { if ( isset($ix['sync_g_export_auto']) and $ix['sync_g_export_auto'] == '1' ) { $sync_g_export = MEC_ABSPATH.'app'.DS.'crons'.DS.'g-export.php'; require_once($sync_g_export); } } if ( isset($ix['sync_meetup_import']) and $ix['sync_meetup_import'] == '1' ) { if ( isset($ix['sync_meetup_import_auto']) and $ix['sync_meetup_import_auto'] == '1' ) { $sync_meetup_import = MEC_ABSPATH.'app'.DS.'crons'.DS.'meetup-import.php'; require_once($sync_meetup_import); } } } }
[+]
..
[-] envato.php
[edit]
[-] render.php
[edit]
[-] syncSchedule.php
[edit]
[-] qrcode.php
[edit]
[-] pro.php
[edit]
[-] skins.php
[edit]
[-] db.php
[edit]
[-] filesystem.php
[edit]
[-] notifications.php
[edit]
[-] parser.php
[edit]
[-] schedule.php
[edit]
[-] base.php
[edit]
[-] factory.php
[edit]
[-] feed.php
[edit]
[-] main.php
[edit]
[-] request.php
[edit]
[-] book.php
[edit]
[-] index.html
[edit]