forked from halo-battle/game
Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
|
|
@ -2,7 +2,7 @@
|
|||
session_start();
|
||||
require_once('../connectBDD.php');
|
||||
|
||||
$Pid = $_POST['Pid'];
|
||||
$Pid = $_GET['Pid'];
|
||||
|
||||
$id = $_SESSION['id'];
|
||||
$galaxy = $_SESSION['galaxy'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue