diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 1 | ||||
-rw-r--r-- | site/download/oldtorrent/index.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 1026dd9..f4c5753 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -20,6 +20,7 @@ <?php include_once "../variables.php"; include_once "../torrents.php"; + include_once "../functions.php"; ?> <!DOCTYPE html> <html> diff --git a/site/download/oldtorrent/index.php b/site/download/oldtorrent/index.php index fb8e369..ad1ee76 100644 --- a/site/download/oldtorrent/index.php +++ b/site/download/oldtorrent/index.php @@ -20,6 +20,7 @@ <?php include_once "../../variables.php"; include_once "../../torrents.php"; + include_once "../../functions.php"; ?> <!DOCTYPE html> <html> |