|
@@ -14,7 +14,7 @@ class Data extends Base
|
|
{
|
|
{
|
|
//return $this->location('list');
|
|
//return $this->location('list');
|
|
if ($this->user) {
|
|
if ($this->user) {
|
|
- return $this->location('list');
|
|
|
|
|
|
+ //return $this->location('list');
|
|
} else {
|
|
} else {
|
|
//return $this->location('auth');
|
|
//return $this->location('auth');
|
|
}
|
|
}
|