|
@@ -5,6 +5,7 @@ $entry = '/public/';
|
|
|
|
|
|
if (file_exists(__DIR__ . $entry)) {
|
|
if (file_exists(__DIR__ . $entry)) {
|
|
global $_W;
|
|
global $_W;
|
|
|
|
+ print_r($_W);die;
|
|
$wUser = [
|
|
$wUser = [
|
|
'uid' => $_W['user']['uid'],
|
|
'uid' => $_W['user']['uid'],
|
|
'name' => $_W['user']['name'],
|
|
'name' => $_W['user']['name'],
|