diff --git a/index.php b/index.php
index 000ec53c..d24c61f8 100755
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@
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";
}
}