diff options
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index c11606b..50e06fd 100644 --- a/web/index.php +++ b/web/index.php @@ -1,6 +1,7 @@ <?php set_include_path("include"); require("thebrain.php"); +include("downloads.php"); ob_start(); ?> <?php //hawhaw |