diff options
Diffstat (limited to 'central/trunk/xmlrpc.php')
-rw-r--r-- | central/trunk/xmlrpc.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index 37c3216..88fff7f 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php | |||
@@ -2,10 +2,9 @@ | |||
2 | 2 | ||
3 | /* InstaDisc Server - A Four Island Project */ | 3 | /* InstaDisc Server - A Four Island Project */ |
4 | 4 | ||
5 | include('xmlrpc/xmlrpc.inc'); | 5 | include('includes/xmlrpc/xmlrpc.inc'); |
6 | include('xmlrpc/xmlrpcs.inc'); | 6 | include('includes/xmlrpc/xmlrpcs.inc'); |
7 | include('db.php'); | 7 | include('includes/instadisc.php'); |
8 | include('instadisc.php'); | ||
9 | 8 | ||
10 | function checkRegistration($username, $verification, $verificationID) | 9 | function checkRegistration($username, $verification, $verificationID) |
11 | { | 10 | { |