Skip to content

Commit a310233

Browse files
committed
test
1 parent 11c0bc0 commit a310233

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
session_start();
3-
43
//세션이 존재하지 않을 때 == 로그인이 아직 안 되어 있을 때
54
if(!isset($_SESSION['userid']))
65
{

0 commit comments

Comments
 (0)