With the decoupling of our URLs from our page scripts, we are nearly finished with our modernization work. Only two refactorings remain. First, we will move repeated logic in our page scripts up to the front controller. Then we will remove the page scripts entirely and replace them with a dependency injection container.