getting same results for every char, something is fucked

This commit is contained in:
Hash Borgir
2022-05-09 02:08:51 -06:00
parent bd7a2efed7
commit c4c1622902
34 changed files with 10884 additions and 128 deletions

View File

@@ -52,7 +52,7 @@ function ddump($var) {
function dump($var) {
echo "<pre>";
echo "$var";
var_dump($var);
echo "</pre>";
//header('Content-Type: application/json');