<?php
//
// ObsidianMusic
// a.k.a. amaroK Web Frontend 2.0
//
// Created 11/24/05
// Copyright (C) Ryan Loebs (ObsidianX) 2005/2006
// See LICENSE for GPL
//
// auth.users.php - Holds the usernames and passwords
//
///////////////////////////////////////
if(eregi("auth.users.php", $_SERVER['PHP_SELF'])){
die("Cannot access directly.");
}
// Uses SHA1 Hashing
$userlist = array(
// password: test
'test' => 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3'
);