Add user should work
This commit is contained in:
parent
60cea68a0d
commit
4aab9f87f9
2 changed files with 28 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
include ("header.html");
|
||||
include("User.class.php");
|
||||
|
||||
$id = $_GET['id'];
|
||||
|
|
|
|||
Reference in a new issue