diff options
| author | Horus3 | 2014-03-16 23:39:07 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-16 23:39:07 +0100 |
| commit | d5bd89e1d64d00f0d10926c470bc850646f4a969 (patch) | |
| tree | 26949050c55cb7d89d2fb6ae70e262fc3851ab09 /www/include.php | |
| parent | 7f91eee42bf1e48021fc1901c46c2c614adbab7d (diff) | |
| download | files.iamfabulous.de-d5bd89e1d64d00f0d10926c470bc850646f4a969.tar.gz | |
Added func change_password
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/include.php b/www/include.php index 3374574..bb51338 100755 --- a/www/include.php +++ b/www/include.php @@ -13,7 +13,8 @@ require_once($func_dir . "func_rewrite.php"); // rewrites URL if user forgot to require_once($func_dir . "func_select.php"); // get the primary key from the last folder require_once($func_dir . "func_user.php"); // gets the userid and account specific stuff require_once($func_dir . "func_content.php"); // get the vfs content +require_once($func_dir . "func_password.php"); // changes the user password -require_once("login.php"); -require_once("register.php"); +require_once("login.php"); // prints the login page +require_once("register.php"); // prints the register page |
