mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-22 09:46:17 +00:00
Remaking file structure for easier updating
This commit is contained in:
parent
e7a2284809
commit
d897215023
17 changed files with 119 additions and 103 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
session_start();
|
||||
// Include server connection
|
||||
include dirname(__DIR__) . "/server/conn.php";
|
||||
include dirname(__DIR__) . "/conn.php";
|
||||
include dirname(__DIR__) . "/app.php";
|
||||
|
||||
use App\Account;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue