diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2025-09-12 15:00:11 +0200 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-09-12 15:00:11 +0200 |
| commit | 1d2c9f99421e6f39c2765e407f23bfd8bdb2bf03 (patch) | |
| tree | 7e86753ad94604c6dbe0338e67cb28e64617c280 /app/controllers/u.php | |
| parent | 61ca2f2a3fc71afed3550b19141bb9fededa3011 (diff) | |
rename migration and fixstep-1670
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)); } } |
