We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c0bc0 commit a310233Copy full SHA for a310233
main.php
@@ -1,6 +1,5 @@
1
<?php
2
session_start();
3
-
4
//세션이 존재하지 않을 때 == 로그인이 아직 안 되어 있을 때
5
if(!isset($_SESSION['userid']))
6
{
0 commit comments