adding in some of the special setup files and dirs

This commit is contained in:
seek3r 2000-12-29 22:10:24 +00:00
parent 7a2cdee315
commit f504d8f6a7
5 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info["server"]["versions"]["addressbook"] = $phpgw_info["server"]["versions"]["phpgwapi"];

View File

@ -0,0 +1,15 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info["setup"]["admin"]["name"] = "Administration";
$phpgw_info["setup"]["admin"]["hide_from_navbar"] = False;

14
admin/version.inc.php Normal file
View File

@ -0,0 +1,14 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info["server"]["versions"]["admin"] = $phpgw_info["server"]["versions"]["phpgwapi"];

14
calendar/version.inc.php Normal file
View File

@ -0,0 +1,14 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info["server"]["versions"]["calendar"] = $phpgw_info["server"]["versions"]["phpgwapi"];

View File

@ -0,0 +1,14 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info["server"]["versions"]["preferences"] = $phpgw_info["server"]["versions"]["phpgwapi"];