_wikidb =& $this; $this->WikiDB($backend, $dbparams); if (empty($dbparams['directory']) || preg_match('@^/tmp\b@', $dbparams['directory']) ) trigger_error(sprintf(_("The %s files are in the %s directory. Please read the INSTALL file and move the database to a permanent location or risk losing all the pages!"), "Page", "/tmp"), E_USER_WARNING); } } // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: