Commit 4a305c8a by 冷斌

update

parent 57080030
...@@ -184,7 +184,7 @@ class ChargeController extends AdminbaseController { ...@@ -184,7 +184,7 @@ class ChargeController extends AdminbaseController {
if (!empty($proxy[0]['path'])) { if (!empty($proxy[0]['path'])) {
$uuid = array_pop(array_filter(explode(';', $proxy[0]['path']))); $uuid = array_pop(array_filter(explode(';', $proxy[0]['path'])));
var_dump($proxy[0]['path'], explode(';', $proxy[0]['path'])); var_dump($uuid, $proxy[0]['path'], explode(';', $proxy[0]['path']));
die; die;
$uuinfo = getUserInfo($uuid); $uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename']; $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