Compare commits
No commits in common. "1543603447f3002a9b10e2921eb4b9b55cc93eb9" and "c7b9118298c70b0bba75480bf502a5f442239597" have entirely different histories.
1543603447
...
c7b9118298
3 changed files with 2 additions and 5 deletions
|
@ -7,5 +7,5 @@ SS_BASE_URL=http://localhost
|
|||
SS_DATABASE_CLASS=MySQLPDODatabase
|
||||
SS_DATABASE_SERVER=db
|
||||
|
||||
SS_DEFAULT_ADMIN_USERNAME=root
|
||||
SS_DEFAULT_ADMIN_PASSWORD=password
|
||||
SS_DEFAULT_ADMIN_USERNAME=admin
|
||||
SS_DEFAULT_ADMIN_PASSWORD=admin
|
|
@ -106,8 +106,6 @@ export async function Clean()
|
|||
await FileSystem.remove(settings.TestThemePath());
|
||||
}
|
||||
|
||||
await FileSystem.mkdirp(settings.TestThemePath());
|
||||
await FileSystem.remove(settings.TestThemePath());
|
||||
await require("create-symlink")(settings.RootPath(), settings.TestThemePath(), { type: "junction" });
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
$MenuTitle
|
||||
</h1>
|
||||
$Content
|
||||
$Form
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue