diff options
Diffstat (limited to 'series/core/trunk/includes/instadisc.php')
| -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 | ?> |
