public function __construct()
 {
     parent::__construct();
     $this->setupOptions('dev_', 5, '');
 }
Beispiel #2
0
function install_wordpress($servername)
{
    include_once dirname(__FILE__) . "/ressources/class.wordpress.inc";
    $word = new wordpress($servername);
    $word->CheckInstall();
}