diff --git a/css/static.php b/css/static.php
index 3acf6cf..597927e 100644
--- a/css/static.php
+++ b/css/static.php
@@ -38,6 +38,10 @@ iframe {
border: none;
}
+div.UpdateNotify {
+ color: Red;
+}
+
diff --git a/main.php b/main.php
index 193c8fb..364cccf 100644
--- a/main.php
+++ b/main.php
@@ -95,11 +95,6 @@ $('.window').hide();
-
$yourname's Server Access";?>
@@ -194,6 +189,13 @@ if ($showversion > "0") {
}
?>
+
+
+
-
+Change Log -
+-Added Links to Status Widget
+-Added Links to Force CouchPotato processing in Config
+
diff --git a/updatenotify2.php b/updatenotify2.php
new file mode 100644
index 0000000..307f02b
--- /dev/null
+++ b/updatenotify2.php
@@ -0,0 +1,3 @@
+New Update Available";
+?>
\ No newline at end of file