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