mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
DescFunc 14 done
This commit is contained in:
16
index.php
16
index.php
@@ -113,22 +113,6 @@ if (!isset($_SESSION['modname']) || (!file_exists(APP_DB)) || (!file_exists($_SE
|
||||
|
||||
$prop = $parser->filterProps('Properties.txt');
|
||||
|
||||
foreach ($prop as $p) {
|
||||
$sql = "SELECT stat1,stat2,stat3,stat4,stat5,stat6,stat7 FROM `properties` WHERE `code` = '$p'";
|
||||
$isc[$p] = array_filter(PDO_FetchRow($sql));
|
||||
}
|
||||
|
||||
|
||||
foreach ($isc as $i) { // for each property $i
|
||||
foreach ($i as $k){
|
||||
//$params = $db->getIscStrings($k);
|
||||
|
||||
|
||||
//var_dump($idesc->getDesc(100, $params));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// If there's data, process it and save
|
||||
if (!empty($_POST)) {
|
||||
|
Reference in New Issue
Block a user