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