removed unneccessary line

This commit is contained in:
printempw 2016-02-10 10:45:50 +08:00
parent b95bc35d82
commit 78de8dcf0f

View File

@ -1,12 +1,11 @@
<?php <?php
/* /**
* @Author: prpr * @Author: prpr
* @Date: 2016-01-21 13:56:40 * @Date: 2016-01-21 13:56:40
* @Last Modified by: prpr * @Last Modified by: prpr
* @Last Modified time: 2016-01-21 20:40:04 * @Last Modified time: 2016-02-10 10:45:04
*/ */
require "../includes/session.inc.php"; require "../includes/session.inc.php";
$action = isset($_GET['action']) ? $_GET['action'] : "";
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>