diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-11 19:57:12 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-11 19:57:12 -0500 |
commit | d5f1976e62cb0a32b8bafdb71d7d082d16413256 (patch) | |
tree | 487832bc4deae45429bd78875ebb221739d73a8b /src/web/core/controller.php | |
parent | fix spacing, remote __init function (diff) | |
download | website-d5f1976e62cb0a32b8bafdb71d7d082d16413256.tar.gz website-d5f1976e62cb0a32b8bafdb71d7d082d16413256.tar.bz2 website-d5f1976e62cb0a32b8bafdb71d7d082d16413256.zip |
make ip nullable, refactor get_ip and get_req_route in router
Diffstat (limited to 'src/web/core/controller.php')
-rw-r--r-- | src/web/core/controller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/core/controller.php b/src/web/core/controller.php index 340bbb1..ac1e458 100644 --- a/src/web/core/controller.php +++ b/src/web/core/controller.php @@ -25,7 +25,6 @@ abstract class Controller extends Component { if (is_file($__path)) { extract($data); require($__path); - return; } } |