mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
#323 Do not export downloadPath with image
This commit is contained in:
parent
715f515e21
commit
4faa439638
@ -71,7 +71,7 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
|
||||
foreach ($query->fetchAll(PDO::FETCH_ASSOC) as $row) {
|
||||
$shorten = $row['shorten'];
|
||||
foreach ($row as $k => $v) {
|
||||
if (!in_array($k, array('id', 'resellerid', 'steamVersion'))) {
|
||||
if (!in_array($k, array('id', 'resellerid', 'steamVersion', 'downloadPath'))) {
|
||||
$key = $xml->createElement($k, $v);
|
||||
$element->appendChild($key);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user