1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-18 00:14:14 +00:00
Mowie/apps/meta/config.php

9 lines
285 B
PHP
Executable File

<?php
$_CONF['app_name'] = 'Meta';
$_CONF['app_desc'] = 'Sorgt dafür, das Metadaten auf der Homepage angezeigt werden.';
$_CONF['menu_top'] = '';
$_CONF['base_file'] = 'meta.php';
$_CONF['type'] = 'static';
$_CONF['general_conf'] = 'genConf.php';
$_CONF['install'] = 'install.php';
?>