mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
SetItems working. Tesing
This commit is contained in:
8
src/D2Functions.php
Normal file
8
src/D2Functions.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
function dd($var) {
|
||||
echo "<pre>";
|
||||
var_dump($var);
|
||||
echo "</pre>";
|
||||
die();
|
||||
}
|
Reference in New Issue
Block a user