Implement PLESK, SSL Services
This commit is contained in:
@@ -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())
|
||||
|
@@ -43,6 +43,7 @@ class Controller_User_Service extends Controller_TemplateDefault_User {
|
||||
public function action_view() {
|
||||
$output = '';
|
||||
|
||||
// Check if we are a table view
|
||||
if (! $id = $this->request->param('id')) {
|
||||
if (isset($_POST['id']) AND is_array($_POST['id']))
|
||||
Table::post('service_view','id');
|
||||
|
Reference in New Issue
Block a user