meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code_standards [2023/02/01 13:26] – created - external edit 127.0.0.1 | code_standards [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 35: | Line 35: | ||
* /uploads | * /uploads | ||
* /portal | * /portal | ||
+ | * /post | ||
+ | * // | ||
===== Crucial PHP Files ===== | ===== Crucial PHP Files ===== | ||
* ajax.php - Used to dynamically load/ | * ajax.php - Used to dynamically load/ | ||
- | * post.php - This file is used for all forms to POST to as well as GET. This acts as both the " | + | * post.php - This file is used for all forms to POST to as well as GET. This acts as both the " |
- | * check_config.php - Checks to see if a user is logged in otherwise send to login screen | + | * check_login.php - Checks to see if a user is logged in otherwise send to login screen |
* header.php - Beginning of HTML data and added CSS libraries | * header.php - Beginning of HTML data and added CSS libraries | ||
* footer.php - End of HTML Data and added js Libraries | * footer.php - End of HTML Data and added js Libraries |