Implement PLESK, SSL Services

This commit is contained in:
Deon George
2011-12-17 10:31:35 +11:00
parent cb18209369
commit c8fd44f844
29 changed files with 1038 additions and 438 deletions

View File

@@ -517,7 +517,8 @@ class Controller_Admin_Service extends Controller_TemplateDefault_Admin {
));
}
public function action_update($id) {
public function action_update() {
$id = $this->request->param('id');
$so = ORM::factory('service',$id);
if (! $so->loaded())