nextcloud/apps/admin_dependencies_chk/appinfo/app.php

10 lines
232 B
PHP
Raw Normal View History

2011-10-29 12:07:01 +04:00
<?php
2012-04-14 18:44:15 +04:00
$l=OC_L10N::get('admin_dependencies_chk');
2011-10-29 12:07:01 +04:00
2012-05-02 02:50:26 +04:00
OCP\App::register( array(
2011-10-29 12:07:01 +04:00
'order' => 14,
'id' => 'admin_dependencies_chk',
'name' => 'Owncloud Install Info' ));
2012-05-02 02:50:26 +04:00
OCP\App::registerAdmin('admin_dependencies_chk','settings');