diff --git a/bureau/class/m_apache.php b/bureau/class/m_apache.php index 8371f039..2b2f6df6 100644 --- a/bureau/class/m_apache.php +++ b/bureau/class/m_apache.php @@ -114,6 +114,7 @@ class m_apache { $deleteme= $subdom["sub"].(($subdom["sub"])?".":"").$subdom["domaine"].".conf"; @unlink($confdir."/".$deleteme); $this->shouldreload=true; + return 0; }