diff options
Diffstat (limited to 'change_passw.php')
-rwxr-xr-x | change_passw.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/change_passw.php b/change_passw.php index 82db6d3..a9a216f 100755 --- a/change_passw.php +++ b/change_passw.php @@ -1,7 +1,6 @@ <?php
include_once './includes/Session.php';
include_once './includes/model/User.php';
-include_once './includes/functions_user.php';
session_start();
|