Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Ddebug.php10 private $debugFile = ''; variable in siteexport_debug
67 $this->debugFile = $file;
93 if ( empty($this->debugFile) ) {
97 $fh = @fopen($this->debugFile, "a+");
99 … $this->runtimeException("Could not create/open/append logfile: '{$this->debugFile}'", true);