Skip to content

Commit

Permalink
add session_start()
Browse files Browse the repository at this point in the history
  • Loading branch information
Komiya Yu committed Aug 7, 2024
1 parent a00cd0d commit 1b86118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
session_start();
date_default_timezone_set('Asia/Tokyo');
header('content-type: application/json');

Expand Down

0 comments on commit 1b86118

Please sign in to comment.