Skip to content

Commit

Permalink
Update auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zume2020 authored Oct 15, 2019
1 parent 937bbfa commit 993ea94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auth.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

//use pdo or mysqli
ob_start();
session_start();
if( isset($_SESSION['user'])){
Expand Down Expand Up @@ -85,4 +87,4 @@

}
}
?>
?>

0 comments on commit 993ea94

Please sign in to comment.