HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
SiteUpdateController.php
Go to the documentation of this file.
1 <?php
2 
4 {
5  public function actionIndex()
6  {
7  $command = new SiteUpdate;
8  $command->updateSiteInfo();
9  Yii::app()->request->redirect($_SERVER['HTTP_REFERER']);
10  }
11 }