このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
ecomonde
ウォッチ
1
スター
0
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
fix bug gift
master
heuzef
10年前
親
38d4c05fc6
コミット
5d4070ef9d
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml
+1
-1
play/action.php
+ 1
- 1
medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml
ファイルの表示
@@ -16,6 +16,6 @@
</ecos>
<trans>default</trans>
<notes>...</notes>
<gift>0</gift>
<gift>
1
0</gift>
</entry>
</response>
+ 1
- 1
play/action.php
ファイルの表示
@@ -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++;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存