mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
ea1461acd7
This also changes getObjectsToExport() to getExportUrls() to allow extensions to provide plain text url's for Director::test(). Pushes the controller to dev/staticexporter as some framework install doesn't include default class routing.
6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
|
|
Deprecation::notification_version('1.0', 'staticpublisher');
|
|
|
|
define('STATIC_MODULE_DIR', dirname(__FILE__));
|