From ac384ab0feee6fc6761d0030273c665264dd33e1 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 00:38:42 +0100 Subject: added basic browsing functionality --- www/include.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/include.php') 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 -- cgit v1.2.3