Example #1
0
 function create_config_file()
 {
     $file = new File($this->config);
     $file->write_config($this->sitename, $this->dbname, $this->dbuser, $this->dbpass, $this->dbhost, $this->dbprefix, $this->salt, $this->domain);
 }