Welcome!

You're seeing this message because no website has been created yet.
Open to make one.

" class="btn btn-primary">Log In

get("sites", "theme", ["siteid" => getsiteid()]); if (!file_exists(__DIR__ . "/themes/$theme/theme.json")) { $theme = "bootstrap"; } } define("SITE_THEME", $theme); $template = getpagetemplate(); if (file_exists(__DIR__ . "/themes/$theme/$template.php")) { include __DIR__ . "/themes/$theme/$template.php"; } else { include __DIR__ . "/themes/$theme/default.php"; } if (isset($_GET['edit'])) { $allpages = $database->select("pages", ["slug (value)", "title"], ["siteid" => getsiteid()]); for ($i = 0; $i < count($allpages); $i++) { $allpages[$i]["value"] = get_page_clean_url(false, $allpages[$i]["value"]); } ?>