Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nemo Ma
phpdts
Commits
00a1e816
Commit
00a1e816
authored
May 20, 2023
by
Nemo Ma
Committed by
GitHub
May 20, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #147 from hikawiier/waaagh
fix
parents
5dc5bd38
b874c872
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
include/game/revbattle.func.php
include/game/revbattle.func.php
+1
-0
templates/default/usergdicon.htm
templates/default/usergdicon.htm
+2
-0
No files found.
include/game/revbattle.func.php
View file @
00a1e816
...
...
@@ -343,6 +343,7 @@ namespace revbattle
addnews
(
$now
,
'gpost_success'
,
$sordata
[
'uname'
],
$itm0
,
$pdata
[
'name'
]);
//再见了~快递员!
unset
(
$edata
[
'clbpara'
][
'post'
]);
unset
(
$edata
[
'clbpara'
][
'postid'
]);
unset
(
$edata
[
'clbpara'
][
'sponsor'
]);
$edata
[
'hp'
]
=
0
;
destory_corpse
(
$edata
);
//解除快递锁
$db
->
query
(
"UPDATE
{
$tablepre
}
gambling SET bnid=0 WHERE uid='
$sponsorid
'"
);
...
...
templates/default/usergdicon.htm
View file @
00a1e816
...
...
@@ -26,6 +26,7 @@
</div>
</td>
</tr>
<!--{if CURSCRIPT == 'user'}-->
<tr>
<td>
当前界面
</td>
<td>
...
...
@@ -33,4 +34,5 @@
<input
type=
"radio"
id=
"template_2"
name=
"templateid"
value=
"1"
<!
--
{
if
$
u_templateid =
=
1
}
--
>
checked
<!--{/if}-->
>
<a
onclick=
"sl('template_2')"
>
LULUXIA(未开放)
</span>
</td>
</tr>
<!--{/if}-->
</table>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment