SetItems working. Tesing

This commit is contained in:
color.diff=auto
2021-03-23 02:13:54 -06:00
parent 03c73e8cf8
commit 3c070526f1
103 changed files with 42056 additions and 16740 deletions

8
src/D2Functions.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
function dd($var) {
echo "<pre>";
var_dump($var);
echo "</pre>";
die();
}