Commit 8c616742 by 冷斌

update

parent bfaa03fc
......@@ -184,7 +184,7 @@ class ChargeController extends AdminbaseController {
if (!empty($proxy[0]['path'])) {
$uuid = array_pop(explode(';', $proxy[0]['path']));
var_dump($uuid);
var_dump($proxy[0]['path'], explode(';', $proxy[0]['path']));
die;
$uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment