fix in processfiles, somehow got commented out, fixed

This commit is contained in:
Hash Borgir 2022-06-24 23:43:54 -06:00
parent b7fdaa585e
commit c4229d4336
2 changed files with 3 additions and 7 deletions

View File

@ -133,7 +133,7 @@ if (file_exists(APP_DB)) {
Process tbl files
*
*
*/
$tbl = $_SESSION['tbl'];
// ddump($tbl);
@ -167,7 +167,7 @@ if (file_exists(APP_DB)) {
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=/" />
<meta http-equiv="refresh" content="0; URL=/" />
</head>
<body>
</body>

View File

@ -464,10 +464,6 @@ $(document).ready(function () {
this.src = invImg;
};
// invImg = "/img/items/" + data.invfile + ".png";
// $(".item").attr("src", invImg);
type = data["*type"];
lvlreq = data["lvl req"];