Skip to content

lk-KEVIN/phprouter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP ROUTER

Secure router with XSS and CSRF

  1. Download the file ".htaccess" and place it under the root directory of your application

  2. Download the file "router.php" and place it under the root directory of your application

  3. Download the file "routes.php" and place it under the root directory of your application

In the browser go to "localhost" or "127.0.0.1" and you should see the word "Index" displayed in the website.

Feel free to delete all the routes in the "routes.php" file and create your own. Most likely you want to keep the last route for "Page not found".

For details about routing, visit https://phprouter.com

About

Secure router with XSS and CSRF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%