LinkStack/app/Http/Controllers
Julian Prieber 268c6557a1 Added check, if added links begin with "https"
Added check added, or edited links begin with https. Previously if links were saved without this formatting applied an error exception would be thrown.

For this I added two functions, one can check if a string ends with a certain string, the other checks if it ends with a certain string. The first function is used for the newly added check, the other one is planned to be used in a similar check in the future.
2022-03-31 22:43:01 +02:00
..
Auth add role vip redirect to studio after login 2021-07-06 15:36:17 +07:00
AdminController.php Fixed 'Edit User' changes not applying 2022-03-28 19:54:17 +02:00
Controller.php admin littlelink 2021-04-16 03:30:00 +04:30
HomeController.php admin littlelink 2021-04-16 03:30:00 +04:30
UserController.php Added check, if added links begin with "https" 2022-03-31 22:43:01 +02:00