Matthew C. Berntsen

Simple User Access Control System - Wrapper

This is an older iteration of the code. It it's more recent and rubust subfunction stlyle sibling can be found here.

Downloads

Simple User Access Control System Source Code (zip)
README (html)
License (txt, included in above zip)

Features

Simple User Access Control System is designed as a wrapper in which to encase other programs such as a message board or file access system. It is written in PHP, and designed to be highly and easily customized. It handles the user login and management, and passes all other requests as determined by the GET data to a function defined by the person extending it, thereby handling the security and allowing the developer to work on the other, perhaps more interesting sections of code.

Requirements