From 41085a174ec606b62ab16449e6ac009c5fdfd973 Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Mon, 15 Feb 2021 10:11:32 -0600 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d4fd32 --- /dev/null +++ b/README.md @@ -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.