adding some code, still stesting it

This commit is contained in:
Janis Steiner
2024-12-18 19:40:09 +01:00
parent 2bddb8f8c2
commit 391d7e318d
8 changed files with 560 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
session_start();
$_SESSION["username"]=preg_replace("/[^a-z0-9_]/","",$_POST["username"]);
?>