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