EN ES

Iniciar sesión

You are setting up site: nocturnatattooskc.com.
The first verified user account will claim admin for this site.
Setup: add your app UI code in admin.php.
At the top of that file, include this login check:
<?php
require "loggedIn.php"; // checks login and redirects to login.php
?>
<!-- your code goes here -->
Change your UI file anytime in settings.json with {"ui":"your-page.php"}.