diff options
Diffstat (limited to 'core/routes.php')
-rw-r--r-- | core/routes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/routes.php b/core/routes.php index 7978001af7d..4b73a86042a 100644 --- a/core/routes.php +++ b/core/routes.php @@ -70,6 +70,8 @@ $this->create('search_ajax_search', '/core/search') // Routing $this->create('core_ajax_preview', '/core/preview') ->actionInclude('core/ajax/preview.php'); +$this->create('core_ajax_preview2', '/core/preview2') + ->actionInclude('core/ajax/preview2.php'); $this->create('core_ajax_preview', '/core/preview.png') ->actionInclude('core/ajax/preview.php'); $this->create('core_ajax_update', '/core/ajax/update.php') |