Exemple #1
0
 /**
  * Initialize the listeners for the ActiveRecords
  */
 public static function initListeners()
 {
     $c = new \GO\Core\Controller\MaintenanceController();
     $c->addListener('servermanagerReport', 'GO\\Log\\LogModule', 'rotateLog');
 }
Exemple #2
0
<?php

require 'header.php';
if ($_SERVER['REQUEST_METHOD'] == "POST") {
    redirect('finished.php');
}
printHead();
?>
<h1>Upgrading</h1>
<?php 
$mc = new \GO\Core\Controller\MaintenanceController();
$mc->run("upgrade", array(), false);
continueButton();
printFoot();