File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22include "../baseInfo.php " ;
33include "../config.php " ;
4-
54$ connection = new mysqli ('localhost ' ,$ dbUserName ,$ dbPassword ,$ dbName );
65if ($ connection ->connect_error ){
76 exit ("error " . $ connection ->connect_error );
8483
8584
8685
87- $ newRemark = preg_replace ("/\(📊.+\/ .+\|📆 .+\)/ " ,"" , $ remark ) . "(📊 " . $ totalUsed . " / " . $ total . "|📆 " . $ daysLeft . ") " ;
86+ $ newRemark = preg_replace ("/\(📊.+- .+\|📆 .+\)/ " ,"" , $ remark ) . "(📊 " . $ totalUsed . " - " . $ total . "|📆 " . $ daysLeft . ") " ;
8887 if ($ inbound_id == 0 ) $ res = editInboundRemark ($ server_id , $ remark , $ newRemark );
8988 else $ res = editClientRemark ($ server_id , $ inbound_id , $ remark , $ newRemark );
9089
102101 }
103102}
104103echo "Wrong token " ;
105- ?>
104+ ?>
You can’t perform that action at this time.
0 commit comments