diff options
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php index bb51338..abbe4d9 100755 --- a/www/include.php +++ b/www/include.php @@ -17,4 +17,5 @@ require_once($func_dir . "func_password.php"); // changes the user password require_once("login.php"); // prints the login page require_once("register.php"); // prints the register page +require_once("browse.php"); // prints the file browser page |
