Home
last modified time | relevance | path

Searched refs:configDir (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/classes/
DGoogleCalendarSync.php32 private $configDir; variable in GoogleCalendarSync
47 $this->configDir = $conf['metadir'] . '/calendar/';
48 $this->configFile = $this->configDir . 'google_config.json';
49 $this->tokenFile = $this->configDir . 'google_token.json';
51 if (!is_dir($this->configDir)) {
52 @mkdir($this->configDir, 0775, true);
152 $stateFile = $this->configDir . 'google_state.json';
163 $stateFile = $this->configDir . 'google_state.json';