wrong url in views/default/index.php

Issue #3 resolved
Pasquale Pellicani created an issue

line 78: 'url'=>'Yii::app()->createUrl("/backup/default/restore", array("file"=>$data["name"]))',

become: 'url'=>'Yii::app()->createUrl("/jbackup/default/restore", array("file"=>$data["name"]))',

thanks

Comments (3)

  1. Log in to comment