added in session start for cookie to be recognized
This commit is contained in:
parent
b05860f8da
commit
d461b5bf55
1
dist/api/index.php
vendored
1
dist/api/index.php
vendored
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
////////////////// Index file //////////////
|
||||
/// Creates base routes and runs ///
|
||||
/// respective functions ///
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
////////////////// Index file //////////////
|
||||
/// Creates base routes and runs ///
|
||||
/// respective functions ///
|
||||
|
Loading…
Reference in New Issue
Block a user