meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
code_standards [2023/10/08 19:51] – [File/Folder Structure] add post wrongecho | code_standards [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 40: | Line 40: | ||
===== 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 |