Update fullbody.php
This commit is contained in:
parent
82f8beb19b
commit
2b867e4f9c
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
// this file is entirely made by nolanwhy, no skid pls
|
||||||
require_once 'core/classes.php';
|
require_once 'core/classes.php';
|
||||||
require_once 'core/config.php';
|
require_once 'core/config.php';
|
||||||
$id = (int)$_GET["userId"] ?? 0;
|
$id = (int)$_GET["userId"] ?? 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue