⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup.inc.php

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 PHP
字号:
<?php	/**************************************************************************\	* eGroupWare - Notes eTemplates Port                                       *	* http://www.egroupware.org                                                *	* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de]      *	* --------------------------------------------                             *	*  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: setup.inc.php,v 1.2.2.1 2004/08/03 08:04:20 ralfbecker Exp $ */	$setup_info['et_notes']['name']      = 'et_notes'; 	$setup_info['et_notes']['version']   = '0.9.15.001';	$setup_info['et_notes']['app_order'] = 8;	$setup_info['et_notes']['tables']    = array('phpgw_et_notes');	$setup_info['et_notes']['enable']    = 1;	$setup_info['et_notes']['licenze']   = 'GPL';		$setup_info['et_notes']['description'] =		'Notes and short texts can go in here';	$setup_info['et_notes']['description'] =		'This is an eTemplate port of the notes app.';			$setup_info['et_notes']['author'] = 'Bettina Gille, Andy Holman (LoCdOg)';	$setup_info['et_notes']['maintainer'] = 'Ralf Becker';	$setup_info['et_notes']['maintainer_email'] = 'ralfbecker@outdoor-training.de';	/* The hooks this app includes, needed for hooks registration */	$setup_info['et_notes']['hooks'][] = 'deleteaccount';	$setup_info['et_notes']['hooks'][] = 'admin';	/* Dependencies for this app to work */	$setup_info['et_notes']['depends'][] = array(		'appname'  => 'phpgwapi',		'versions' => Array('0.9.13','0.9.14','1.0.0','1.0.1')	);	$setup_info['et_media']['depends'][] = array(   // this is only necessary as long the etemplate-class is not in the api				'appname' => 'etemplate',				'versions' => Array('0.9.13','0.9.14','0.9.15','1.0.0')	);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -