diff options
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php index fdaf738..3a79919 100755 --- a/www/include.php +++ b/www/include.php @@ -14,3 +14,5 @@ require_once($func_dir . "func_select.php"); // get the primary key from the la 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("login.php"); + |
