diff options
Diffstat (limited to 'app/controllers/u.php')
| -rw-r--r-- | app/controllers/u.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/u.php b/app/controllers/u.php index 29a77b8..6cdcefd 100644 --- a/app/controllers/u.php +++ b/app/controllers/u.php @@ -11,6 +11,7 @@ class UController extends AuthenticatedController $this->redirect($this->url_for('start')); return; } + dd($short_url->path); $this->redirect(URLHelper::getURL($short_url->path)); } } |
