mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 06:43:11 +00:00
File cleanup in progress 2
This commit is contained in:
parent
47aa830771
commit
41667bff0a
10 changed files with 17 additions and 28 deletions
|
@ -12,7 +12,6 @@
|
|||
<body>
|
||||
<?php
|
||||
include("../ui/header.php");
|
||||
include("../ui/conn.php");
|
||||
?>
|
||||
|
||||
<div class="account-root default-window">
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<body>
|
||||
<?php
|
||||
include("../ui/header.php");
|
||||
require_once("../ui/conn.php");
|
||||
|
||||
// Initialize the session
|
||||
session_start();
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<body>
|
||||
<?php
|
||||
include("../ui/header.php");
|
||||
include_once("../ui/conn.php");
|
||||
|
||||
// Initialize the session
|
||||
session_start();
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<body>
|
||||
<?php
|
||||
include("../ui/header.php");
|
||||
include_once("../ui/conn.php");
|
||||
|
||||
// Validate susness of Username
|
||||
if (isset($_POST['signup'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue