Delete refresh_session.php

This commit is contained in:
aftercase 2021-07-11 00:37:14 +01:00 committed by GitHub
parent ba94c853f1
commit cab9cd92f5

View file

@ -1,7 +0,0 @@
<?php
session_start();
// store session data
if (isset($_SESSION['username']))
$_SESSION['username'] = $_SESSION['username']; // or if you have any algo.
?>