diff options
| author | oweissbarth | 2014-03-17 00:38:42 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-17 00:38:42 +0100 |
| commit | ac384ab0feee6fc6761d0030273c665264dd33e1 (patch) | |
| tree | 23e03a17bbcd560c8c0ee150b81123073379b9cb /www/include.php | |
| parent | d5bd89e1d64d00f0d10926c470bc850646f4a969 (diff) | |
| download | files.iamfabulous.de-ac384ab0feee6fc6761d0030273c665264dd33e1.tar.gz | |
added basic browsing functionality
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 |
