diff options
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() . "/");      }  } | 
