avoid conflict with physical file config.js
This commit is contained in:
parent
760fa9ea30
commit
988710b0fc
|
@ -7,6 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Post installation check
|
// Post installation check
|
||||||
|
/** @var $this OC_Router */
|
||||||
$this->create('post_setup_check', '/post-setup-check')
|
$this->create('post_setup_check', '/post-setup-check')
|
||||||
->action('OC_Setup', 'postSetupCheck');
|
->action('OC_Setup', 'postSetupCheck');
|
||||||
|
|
||||||
|
@ -61,7 +62,7 @@ $this->create('core_tags_delete', '/tags/{type}/delete')
|
||||||
->action('OC\Core\Tags\Controller', 'deleteTags')
|
->action('OC\Core\Tags\Controller', 'deleteTags')
|
||||||
->requirements(array('type'));
|
->requirements(array('type'));
|
||||||
// oC JS config
|
// oC JS config
|
||||||
$this->create('js_config', '/core/js/config.js')
|
$this->create('js_config', '/core/js/oc.js')
|
||||||
->actionInclude('core/js/config.php');
|
->actionInclude('core/js/config.php');
|
||||||
// Routing
|
// Routing
|
||||||
$this->create('core_ajax_routes', '/core/routes.json')
|
$this->create('core_ajax_routes', '/core/routes.json')
|
||||||
|
|
Loading…
Reference in New Issue