diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 11:34:14 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 11:34:14 (EST) |
commit | 73c0500a045fb14aadcaa939a1620c168e8f118b (patch) | |
tree | 03b520349316a3811f89800576e5d0a0376f7f70 /site/download | |
parent | e0beccbb7f0dff5247fdb8c63e1d0a3ed85353a5 (diff) | |
download | libreboot.org-73c0500a045fb14aadcaa939a1620c168e8f118b.zip libreboot.org-73c0500a045fb14aadcaa939a1620c168e8f118b.tar.gz libreboot.org-73c0500a045fb14aadcaa939a1620c168e8f118b.tar.bz2 |
move torrent/url list functions to functions.php
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> |