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