diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 14:55:06 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 14:55:06 +0000 |
commit | 5e84520b571eda5f69ce907aa838820533fd0737 (patch) | |
tree | 5cc2dca6dcbf4fe72c4d4a720ddd7f0c582006ea /series/core/trunk/includes | |
parent | 866a1d8567457b451d61339064b52973419b2b0b (diff) | |
download | instadisc-5e84520b571eda5f69ce907aa838820533fd0737.tar.gz instadisc-5e84520b571eda5f69ce907aa838820533fd0737.tar.bz2 instadisc-5e84520b571eda5f69ce907aa838820533fd0737.zip |
Series: Started ACP
Refs #53
Diffstat (limited to 'series/core/trunk/includes')
-rw-r--r-- | series/core/trunk/includes/instadisc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/series/core/trunk/includes/instadisc.php b/series/core/trunk/includes/instadisc.php index 3e0ff32..e044cdc 100644 --- a/series/core/trunk/includes/instadisc.php +++ b/series/core/trunk/includes/instadisc.php | |||
@@ -51,4 +51,9 @@ function instaDisc_getConfig($name) | |||
51 | return $getconfig3['value']; | 51 | return $getconfig3['value']; |
52 | } | 52 | } |
53 | 53 | ||
54 | function instaDisc_verifyUser($username, $password) | ||
55 | { | ||
56 | return (($username == instaDisc_getConfig('adminUser')) && (md5($password) == instaDisc_getConfig('adminPass'))); | ||
57 | } | ||
58 | |||
54 | ?> | 59 | ?> |