summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/exchange.txt2
-rw-r--r--includes/header.inc2
-rw-r--r--includes/titlebar.inc4
3 files changed, 4 insertions, 4 deletions
diff --git a/includes/exchange.txt b/includes/exchange.txt
index 79156ae..07cccdc 100644
--- a/includes/exchange.txt
+++ b/includes/exchange.txt
@@ -1 +1 @@
-0.88 \ No newline at end of file
+0.89 \ No newline at end of file
diff --git a/includes/header.inc b/includes/header.inc
index ede6a29..4261f1c 100644
--- a/includes/header.inc
+++ b/includes/header.inc
@@ -2,7 +2,7 @@
$useNewUI = !isset($_GET['old']);
$readOnly = false;
-@file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/.test", "hello");
+file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/.test", "hello");
if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/.test")) {
unlink($_SERVER['DOCUMENT_ROOT'] . "/includes/data/.test");
diff --git a/includes/titlebar.inc b/includes/titlebar.inc
index b0c1e8b..c49f7b2 100644
--- a/includes/titlebar.inc
+++ b/includes/titlebar.inc
@@ -380,7 +380,7 @@ $links = [
"type" => "js",
"text" => "document.getElementById('planner-add-link-cloudburst-0').click()"
],
- "icon" => "https://static.equestria.horse/ponies/icons/add-cloudburst.svg",
+ "icon" => "/assets/icons/add-cloudburst.svg",
"invert" => false
],
[
@@ -389,7 +389,7 @@ $links = [
"type" => "js",
"text" => "document.getElementById('planner-add-link-raindrops-0').click()"
],
- "icon" => "https://static.equestria.horse/ponies/icons/add-raindrops.svg",
+ "icon" => "/assets/icons/add-raindrops.svg",
"invert" => false
]
],