Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-10-28 00:29:05 +0300
committerPhie <phie@phie.ovh>2018-10-28 00:29:05 +0300
commit53f609be108adb1d4d855988b939f4b460e72db2 (patch)
tree30745eace23fde6eac6258e411a3eeefb9403a45 /templates/settings.php
parentb6eb1e037758c52ca3e8274428c3666b9bd5e46a (diff)
fixing set note path + aligning settings
Diffstat (limited to 'templates/settings.php')
-rwxr-xr-xtemplates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.php b/templates/settings.php
index f91095a..8b4f4fa 100755
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -6,7 +6,7 @@ if(strpos($root,"http://") === 0 && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS
//should be https...
$root = "https".substr($root,strlen("http"));
}
-$file = file_get_contents($currentpath."settings/index.html");
+$file = file_get_contents($currentpath."settings.html");
//
$file = str_replace("href=\"","href=\"".$root."/CarnetElectron/",$file);