Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include("resources/functions/main_functions.php");
- /*
- BEGIN MAIN PROGRAM
- BEGIN MAIN PROGRAM
- BEGIN MAIN PROGRAM
- */
- putenv("TZ=Australia/Sydney"); //set local time. At a later point in time, I may make an installation process for this webservice.
- //------ DETERMINE THE USER
- $enc_user = md5(sha1($_SERVER['REMOTE_ADDR']));
- $admin = login_admin($enc_user);
- //Determine who the user is
- if($admin){
- //User is admin, allow them to do admin things
Advertisement
Add Comment
Please, Sign In to add comment