From 59f60dd497d203ce6e9e04890a8433f836b00690 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 14 Jun 2015 18:06:24 +0100 Subject: [PATCH] Added functionality for managing information on files --- file_information.php | 15 +++++++++++++++ private/information.yml | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 file_information.php create mode 100644 private/information.yml diff --git a/file_information.php b/file_information.php new file mode 100644 index 0000000..3fd250c --- /dev/null +++ b/file_information.php @@ -0,0 +1,15 @@ + $file_name, + "name" => $information["name"], + "description" => $information["description"] + ); + return $file; +} + +?> \ No newline at end of file diff --git a/private/information.yml b/private/information.yml new file mode 100644 index 0000000..3bee52e --- /dev/null +++ b/private/information.yml @@ -0,0 +1,3 @@ +index.php: + name: Web Index + description: Main page for the download manager \ No newline at end of file