mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
make ppemu secure
This commit is contained in:
parent
d5e5f03ef5
commit
2570a4702a
4 changed files with 21 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
include("common.php");
|
||||
include("../config.php");
|
||||
include("../common.php");
|
||||
include("header.php");
|
||||
|
||||
if(isset($_POST['TITLE'], $_POST['CONTENT'])){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue