From ff1a6b9eead24324fac975f6e7fed64d2adddf75 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 14 Jun 2015 18:03:26 +0100 Subject: [PATCH] moved location of properties file, for security --- private/properties.yml | 10 ++++++++++ properties.yml | 1 - property-manager.php | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 private/properties.yml delete mode 100644 properties.yml diff --git a/private/properties.yml b/private/properties.yml new file mode 100644 index 0000000..942bbcb --- /dev/null +++ b/private/properties.yml @@ -0,0 +1,10 @@ +html title: Simple Download Manager +file QS: file + +default metas: + description: Simple downlaod manager + author: TheOrangeOne + +yandex transparency: + title: "000000" + dock: fade diff --git a/properties.yml b/properties.yml deleted file mode 100644 index 04a8289..0000000 --- a/properties.yml +++ /dev/null @@ -1 +0,0 @@ -html title: Simple Download Manager \ No newline at end of file diff --git a/property-manager.php b/property-manager.php index d10c367..2d7bb26 100644 --- a/property-manager.php +++ b/property-manager.php @@ -1,9 +1,9 @@