Added a return value so query that sets the result and resets the action to OK don't crash
This commit is contained in:
parent
e028b15e7b
commit
36563f7298
|
@ -114,6 +114,7 @@ class m_apache {
|
||||||
$deleteme= $subdom["sub"].(($subdom["sub"])?".":"").$subdom["domaine"].".conf";
|
$deleteme= $subdom["sub"].(($subdom["sub"])?".":"").$subdom["domaine"].".conf";
|
||||||
@unlink($confdir."/".$deleteme);
|
@unlink($confdir."/".$deleteme);
|
||||||
$this->shouldreload=true;
|
$this->shouldreload=true;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue