remotes/origin/stable
Robin Appelman 2011-01-20 16:22:04 +07:00
parent 0337b46975
commit c09373a516
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
<?php
$action=$WEBROOT.'/settings/#plugin_managment';
$action=$WEBROOT.'/settings/#plugin_management';
if(isset($_POST['plugin_disable_id'])){
$id=$_POST['plugin_disable_id'];
$disable=$_POST['plugin_disable'];