diff --git a/.gitignore b/.gitignore
index d9451cb..bba7dd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
iceyrazor.gpg.pub
assets/img/**
mmd/*
-mcjsonupdate.php
diff --git a/linuxinfo/index.html b/linuxinfo/index.html
index 01d1858..9903e52 100644
--- a/linuxinfo/index.html
+++ b/linuxinfo/index.html
@@ -22,6 +22,7 @@
beginner stuff
Here's a beginner guide i found linuxjourney.com
+ another one tldp.org
Here is a beginner linux video showing some basic linux stuff as well as basic linux commands Linux Operating System - Crash Course for Beginners
self hosting
diff --git a/mcjsonupdate.php b/mcjsonupdate.php
new file mode 100755
index 0000000..7d51cd2
--- /dev/null
+++ b/mcjsonupdate.php
@@ -0,0 +1,18 @@
+
+
+"], "", $json);
+$data = json_decode($json);
+if($data->pass=="ejhwkreyhu82eyhuv8ebnjkelwhj3k"){
+ unset($data->pass);
+ $data->mods[0]=str_replace("<", "",$data->mods[0]);
+ $data->mods[0]=str_replace(">", "",$data->mods[0]);
+ file_put_contents("minecraft_mod_list.json", json_encode($data));
+} else {
+ echo "pass incorrect";
+}
+?>
+
+
+
\ No newline at end of file