This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
ecomonde
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
fix bug gift
master
heuzef
10 years ago
parent
38d4c05fc6
commit
5d4070ef9d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml
+1
-1
play/action.php
+ 1
- 1
medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml
View File
@@ -16,6 +16,6 @@
</ecos>
<trans>default</trans>
<notes>...</notes>
<gift>0</gift>
<gift>
1
0</gift>
</entry>
</response>
+ 1
- 1
play/action.php
View File
@@ -110,7 +110,7 @@ if (isset($_GET['edit_notes'])) {
$xml->entry->notes = $_POST["notes"];
}
if (isset($_GET['gift_plus']) && $xml->entry->gift<99999)
)
{
if (isset($_GET['gift_plus']) && $xml->entry->gift<99999) {
$xml->entry->gift++;
}
Write
Preview
Loading…
Cancel
Save