Create README.md

This commit is contained in:
Brandon Scott 2021-02-15 10:11:32 -06:00 committed by GitHub
parent eab5c2aa37
commit 41085a174e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Software Admin Panel
A protected software administration front-end and API written in PHP.
This script was written for managing paid software authorization. The software would often times prompt for a login, and then check for authorization to run. The programs would often periodically ping the API and verify the software was still authorized to run.
The software was built primarily for affiliate programs, which is why there is a link tracking section.
This script makes use of the Smarty templating engine.