summaryrefslogtreecommitdiffstats
path: root/app/model/sysconf.mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/model/sysconf.mod.php')
-rw-r--r--app/model/sysconf.mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/model/sysconf.mod.php b/app/model/sysconf.mod.php
index 49e3b4d..fafc4d7 100644
--- a/app/model/sysconf.mod.php
+++ b/app/model/sysconf.mod.php
@@ -72,7 +72,7 @@ class SysconfModel extends MasterModel
fwrite($f, "?>\n");
fclose($f);
- $this->redirectTo($this->ar());
+ $this->redirectTo($this->ar() . "/");
}
}