From 99f95a76a462bf8a88e6b376750f8b9002e96006 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Fri, 10 Oct 2014 21:10:31 +0200 Subject: [PATCH] renamed some files and fixed broken link --- index.php | 2 +- php/convert_lists.php | 30 ---------------------------- changeIt.php => php/update_lists.php | 6 +++--- 3 files changed, 4 insertions(+), 34 deletions(-) delete mode 100755 php/convert_lists.php rename changeIt.php => php/update_lists.php (83%) diff --git a/index.php b/index.php index 000ec53c..d24c61f8 100755 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@
- Settings + Settings Skip
diff --git a/php/convert_lists.php b/php/convert_lists.php deleted file mode 100755 index c2ab167b..00000000 --- a/php/convert_lists.php +++ /dev/null @@ -1,30 +0,0 @@ - \ No newline at end of file diff --git a/changeIt.php b/php/update_lists.php similarity index 83% rename from changeIt.php rename to php/update_lists.php index a77b46c7..ae7ae14a 100755 --- a/changeIt.php +++ b/php/update_lists.php @@ -4,11 +4,11 @@ 0) { @@ -27,7 +27,7 @@ array_shift($data[0]); array_shift($data[3]); } - file_put_contents("oldFiles/".$list, json_encode($array)); + file_put_contents("../oldFiles/".$list, json_encode($array)); echo $list."\n"; } }