Skip to content

Commit 0852649

Browse files
authored
Update logout.php
1 parent 3a32e92 commit 0852649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/logout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
include("./include/db_info.inc.php");
3-
session_start();
3+
@session_start();
44
unset($_SESSION[$OJ_NAME . '_' . 'user_id']);
55
setcookie($OJ_NAME . "_user", "");
66
setcookie($OJ_NAME . "_check", "");

0 commit comments

Comments
 (0)