This commit is contained in:
2022-10-29 14:11:21 -04:00
parent f32fcf808e
commit 4e71984ca2
2 changed files with 9 additions and 2 deletions
@@ -213,7 +213,7 @@ Please contact us at https://www.wrenchboard.com/contact if you have any questi
<tr>
<td align="center" class="footercopy">
&reg; {{site_name}} 2022<br/>
You received this email because a user sent a job to you from {{site_name}}. If you get this email in error, please <a href="{{server_name}}/contactus" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
You received this email because a user sent a job to you from {{site_name}}. If you get this email in error, please <a href="{{server_name}}/contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
</td>
</tr>
<tr>
@@ -226,7 +226,7 @@ You received this email because a user sent a job to you from {{site_name}}. If
</a>
</td>
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
<a href="http://www.twitter.com/">
<a href="https://twitter.com/wrenchboard/">
<img src="{{server_name}}/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
</a>
</td>
+7
View File
@@ -468,6 +468,13 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
char vname[30];
long ret = PHP_API_BAD_PARAM;
REQ_LONG(in, "member_id", 1, -1);
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
if ( VerifySession(in, out) != PHP_API_OK ){
return 0;
}
try {
REQ_LONG(in, "member_id", 1, -1);
out["total_record"] = "0";