Get rid of trailing tabs, correct some of the vertical line spacing, and other minor changes.
This commit is contained in:
parent
367997a5ed
commit
25e67742a5
|
|
@ -204,6 +204,7 @@ include "root.php";
|
|||
global $db;
|
||||
$db = $this->dbh;
|
||||
}
|
||||
|
||||
protected function create_database_sqlite() {
|
||||
//sqlite database will be created when the config.php is loaded and only if the database file does not exist
|
||||
try {
|
||||
|
|
@ -512,7 +513,6 @@ include "root.php";
|
|||
unset ($file_contents, $sql);
|
||||
}
|
||||
|
||||
|
||||
protected function create_domain() {
|
||||
$this->write_progress("Checking if domain exists '" . $this->domain_name . "'");
|
||||
$sql = "select * from v_domains ";
|
||||
|
|
@ -1056,4 +1056,5 @@ include "root.php";
|
|||
clearstatcache();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue