mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
8 lines
166 B
PHP
8 lines
166 B
PHP
<?php
|
|
class CMSPageEditController extends CMSMain {
|
|
|
|
static $url_segment = 'page/edit';
|
|
static $url_rule = '/$Action/$ID/$OtherID';
|
|
static $url_priority = 41;
|
|
|
|
} |