diff options
author | M <m@lfurio.us> | 2015-12-05 22:53:34 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-12-05 22:53:34 -0500 |
commit | 5a05468fe2d78641d3adb0ba5b83bf526f4f06de (patch) | |
tree | 66b1729310833ca734a21cf580e8bfef8e505c01 /app/view/sysconf | |
parent | 9bab1e5c3d7dae9603c5f2172b2a620465caab0e (diff) | |
download | scrott-5a05468fe2d78641d3adb0ba5b83bf526f4f06de.tar.gz scrott-5a05468fe2d78641d3adb0ba5b83bf526f4f06de.zip |
+ Added framework function for getting current app path
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap)
Diffstat (limited to 'app/view/sysconf')
-rw-r--r-- | app/view/sysconf/default.view.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/view/sysconf/default.view.php b/app/view/sysconf/default.view.php index f6b5b23..b6b85ac 100644 --- a/app/view/sysconf/default.view.php +++ b/app/view/sysconf/default.view.php @@ -46,7 +46,8 @@ <div class="col-md-8"> <div class="panel panel-default"> <div class="panel-body"> - <form method="post" action="<?=$mod->ar()?>/sysconf/save"> + <form method="post" action="<?=$mod->ap()?>"> + <input type="hidden" name="input[action]" value="save" /> <legend>Database Connection</legend> <div class="form-group"> <label for="inputDBEngine">Engine</label> |