Skip to content

Commit

Permalink
Updated admin url
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 28, 2017
1 parent 61ea410 commit 982cf74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/admin-backup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
}
\yii\helpers\ArrayHelper::multisort($filesObjects, 'filemtime', SORT_DESC);


$backend = \yii\helpers\Url::to(['dump', \skeeks\cms\modules\admin\components\UrlRule::ADMIN_PARAM_NAME => \skeeks\cms\modules\admin\components\UrlRule::ADMIN_PARAM_VALUE]);

$backend = \yii\helpers\Url::to(['/dbDumper/admin-backup/dump', \skeeks\cms\modules\admin\components\UrlRule::ADMIN_PARAM_NAME => \skeeks\cms\modules\admin\components\UrlRule::ADMIN_PARAM_VALUE]);

?>

Expand Down

0 comments on commit 982cf74

Please sign in to comment.