File cleanup in progress 2

This commit is contained in:
Michał Gdula 2022-08-01 11:20:00 +01:00
parent 47aa830771
commit 41667bff0a
10 changed files with 17 additions and 28 deletions

View file

@ -12,7 +12,6 @@
<body>
<?php
include("../ui/header.php");
include("../ui/conn.php");
?>
<div class="account-root default-window">

View file

@ -12,7 +12,6 @@
<body>
<?php
include("../ui/header.php");
require_once("../ui/conn.php");
// Initialize the session
session_start();

View file

@ -12,7 +12,6 @@
<body>
<?php
include("../ui/header.php");
include_once("../ui/conn.php");
// Initialize the session
session_start();

View file

@ -12,7 +12,6 @@
<body>
<?php
include("../ui/header.php");
include_once("../ui/conn.php");
// Validate susness of Username
if (isset($_POST['signup'])) {