mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
latest working copy, file backup, tbl entry done
This commit is contained in:
10
src/functions.php
Normal file
10
src/functions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function db() {
|
||||
echo "<pre>";
|
||||
var_dump($post);
|
||||
foreach ($post as $p) {
|
||||
echo "$p\t";
|
||||
}
|
||||
echo "</pre>";
|
||||
}
|
Reference in New Issue
Block a user