diff options
author | Minteck <contact@minteck.org> | 2023-02-11 11:49:59 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-11 11:49:59 +0100 |
commit | 35d622ad561c7f693c396020820f3d8cfdb71a88 (patch) | |
tree | 03e60ce72761fd3648702a0d26eb6355e68cbc38 /includes/header.inc | |
parent | 885a05be06d0b42835652208c729e5fded451c26 (diff) | |
download | pluralconnect-35d622ad561c7f693c396020820f3d8cfdb71a88.tar.gz pluralconnect-35d622ad561c7f693c396020820f3d8cfdb71a88.tar.bz2 pluralconnect-35d622ad561c7f693c396020820f3d8cfdb71a88.zip |
Updated 6 files and added .idea/sshConfigs.xml (automated)
Diffstat (limited to 'includes/header.inc')
-rw-r--r-- | includes/header.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |