diff options
author | Malf Furious <m@lfurio.us> | 2016-01-03 18:40:09 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-01-03 18:40:09 -0500 |
commit | 82837c89d485918160adde7688f5d4524a456eec (patch) | |
tree | 48661d1a90e8ac7f379ad745f1255b28ed117dcc /app | |
parent | e0162feea3e4f7df36fdad5a6cf83fd37972aba9 (diff) | |
parent | 43ca317ea7d49396eb2958a38aed8b737ef4186b (diff) | |
download | scrott-82837c89d485918160adde7688f5d4524a456eec.tar.gz scrott-82837c89d485918160adde7688f5d4524a456eec.zip |
Merge branch 'dev' into auth
Diffstat (limited to 'app')
-rw-r--r-- | app/model/sysconf.mod.php | 2 |
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() . "/"); } } |