mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
Updated variable name
This commit is contained in:
parent
175aca119a
commit
b5f8ca322a
@ -12,7 +12,7 @@ if($conn->connect_error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$url = $_GET['url'];
|
$url = $_GET['url'];
|
||||||
$title = $_GET['name'];
|
$title = $_GET['title'];
|
||||||
$username = $_GET['username'];
|
$username = $_GET['username'];
|
||||||
$description = $_GET['description'];
|
$description = $_GET['description'];
|
||||||
$event_date = $_GET['video-date'];
|
$event_date = $_GET['video-date'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user