Changeset 5509
- Timestamp:
- 02/14/12 08:56:54 (11 years ago)
- Location:
- trunk
- Files:
-
- 71 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/controller.php
r3229 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 require_once '../header.session.inc.php'; 4 13 -
trunk/admin/inc/Controller.class.php
r357 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class Controller 4 13 { -
trunk/admin/inc/hook_add_def_pref.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 $GLOBALS['pref']->change('common','maxmatchs','15'); 3 13 $GLOBALS['pref']->change('common','theme','default'); -
trunk/admin/navbar-create.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 $phpgw_info = array(); 3 13 $phpgw_info["flags"]["currentapp"] = "admin"; -
trunk/admin/navbar-sel.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // 3 13 // SourceForge Knowledge Base Module v.1.0.0 -
trunk/calendar/inc/hourReport.php
r5132 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 $phpgw_flags = Array( 3 13 'currentapp' => 'calendar', -
trunk/calendar/inc/lang_alarm.php
r204 r5509 1 <? 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 function load_lang() { 3 12 if(!$_SESSION['phpgw_info']['calendar']['langAlarm']) -
trunk/calendar/templates/default/listUsers.php
r1268 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 $GLOBALS['phpgw_info']['flags'] = array( 4 13 'noheader' => True, -
trunk/calendar/templates/default/publicView.php
r1268 r5509 1 <?php 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 $user = $_POST['user'] ? $_POST['user'] : 3 13 ($_GET['user'] ? $_GET['user']: ''); -
trunk/contactcenter/inc/cc_updown.php
r5131 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 require_once '../../header.session.inc.php'; 3 13 // This script upload an CSV file to import contacts .... -
trunk/contactcenter/inc/class.bo_group.inc.php
r5131 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class bo_group 4 13 { -
trunk/contactcenter/inc/class.bo_shared_people_manager.inc.php
r3339 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 include_once('class.abo_catalog.inc.php'); 4 13 class bo_shared_people_manager extends abo_catalog { -
trunk/expressoAdmin1_2/controller.php
r5399 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($GLOBALS['phpgw_info'])){ 3 13 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoAdmin1_2/inc/class.db_functions.inc.php
r5133 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 define('PHPGW_INCLUDE_ROOT','../'); 3 13 define('PHPGW_API_INC','../phpgwapi/inc'); -
trunk/expressoAdmin1_2/inc/class.imap_functions.inc.php
r5133 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 include_once('class.functions.inc.php'); 4 13 -
trunk/expressoAdmin1_2/inc/class.ldap_functions.inc.php
r5133 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 define('PHPGW_INCLUDE_ROOT','../'); 3 13 define('PHPGW_API_INC','../phpgwapi/inc'); -
trunk/expressoAdmin1_2/inc/if.login.inc.php
r594 r5509 1 <? 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 Todas as classes para geração de login deverão implementar essa interface. -
trunk/expressoAdmin1_2/inc/load_lang.php
r1394 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 $lang = array(); 3 13 if (!empty($_SESSION['phpgw_info']['expressoAdmin']['lang'])) -
trunk/expressoMail1_2/inc/class.ScriptS.inc.php
r5399 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 //Inclui o arquivo contendo a classe SieveS; 4 13 include('class.SieveS.inc.php'); -
trunk/expressoMail1_2/inc/class.SieveS.inc.php
r4240 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 //Conecta com o Servidor e o serviço Sieve; 4 13 class SieveS{ -
trunk/expressoMail1_2/inc/class.db_functions.inc.php
r5465 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($_SESSION['phpgw_info']['expressomail']['server']['db_name'])) { 3 13 include_once('../header.inc.php'); -
trunk/expressoMail1_2/inc/class.functions.inc.php
r3493 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 class Functions{ 3 13 -
trunk/expressoMail1_2/inc/class.imap_attachment.inc.php
r5134 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 class imap_attachment 3 13 { -
trunk/expressoMail1_2/inc/class.imap_functions.inc.php
r5490 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 include_once("class.functions.inc.php"); 4 13 include_once("class.ldap_functions.inc.php"); -
trunk/expressoMail1_2/inc/class.ldap_functions.inc.php
r5399 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 require_once(dirname(__FILE__).'/../../services/class.servicelocator.php'); 4 13 include_once("class.imap_functions.inc.php"); -
trunk/expressoMail1_2/inc/class.message_components.inc.php
r5134 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 class message_components { 3 13 -
trunk/expressoMail1_2/inc/class.phpmailer.php
r4026 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 //////////////////////////////////////////////////// 3 13 // PHPMailer - PHP email class -
trunk/expressoMail1_2/inc/class.smtp.php
r1059 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 //////////////////////////////////////////////////// 3 13 // SMTP - PHP SMTP class -
trunk/expressoMail1_2/inc/class.user.inc.php
r1059 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class user{ 4 13 -
trunk/expressoMail1_2/inc/gd_functions.php
r1040 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($GLOBALS['phpgw_info'])){ 3 13 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/inc/gotodownload.php
r5293 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($GLOBALS['phpgw_info'])){ 3 13 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/inc/hook_home.inc.php
r5259 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($GLOBALS['phpgw_info'])){ 3 13 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/inc/hook_preferences.inc.php
r1518 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if(!isset($GLOBALS['phpgw_info'])){ 3 13 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/inc/load_lang.php
r3719 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // Load the lang of the module. 3 13 if(isset($offline_language)) { //Expresso offline, quando o gears sincroniza com uma nova versão, não é dado acesso as sessões do usuário, e é preciso o nome do arquivo de linguagens na session abaixo. -
trunk/expressoMail1_2/inc/show_embedded_attach.php
r5316 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 * Requieres -
trunk/expressoMail1_2/inc/show_img.php
r5317 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 * Requieres -
trunk/expressoMail1_2/inc/show_thumbs.php
r5316 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 * Requieres -
trunk/expressoMail1_2/inc/show_user_photo.php
r3018 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 require_once '../../header.session.inc.php'; 4 13 -
trunk/expressoMail1_2/index.php
r5497 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 3 12 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/offline.php
r5337 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 3 12 $GLOBALS['phpgw_info']['flags'] = array( -
trunk/expressoMail1_2/offline_preferences.php
r5337 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 /**************************************************************************/ 3 12 ini_set("display_errors","1"); -
trunk/expressoMail1_2/programed_archiving.php
r3345 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /**************************************************************************/ 3 13 ini_set("display_errors","1"); -
trunk/filemanager/inc/class.bofilemanager.inc.php
r3019 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class bofilemanager 4 13 { -
trunk/filemanager/inc/class.sofilemanager.inc.php
r3019 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class sofilemanager 4 13 { -
trunk/filemanager/inc/class.user.inc.php
r3678 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class user 4 13 { -
trunk/filemanager/inc/class.vfs_functions.inc.php
r5038 r5509 21 21 var $public_functions = array( 22 22 'touch' => True, 23 'download'=>True,24 23 'setRestricted'=>True, 25 24 'editComment'=> True, -
trunk/filemanager/inc/hook_add_def_pref.inc.php
r3019 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 global $pref; 4 13 -
trunk/filemanager/inc/load_lang.php
r5327 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 require_once '../../header.session.inc.php'; 4 13 -
trunk/filemanager/inc/upload.php
r5327 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 require_once '../../header.session.inc.php'; 4 13 -
trunk/filemanager/index.php
r3019 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 3 // FIXME add copyright header4 /*5 eGroupWare - http://www.egroupware.org6 written by Pim Snel <pim@lingewoud.nl>7 */12 // FIXME add copyright header 13 /* 14 eGroupWare - http://www.egroupware.org 15 written by Pim Snel <pim@lingewoud.nl> 16 */ 8 17 9 18 -
trunk/header.session.inc.php
r3867 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if ( isset( $_COOKIE[ 'sessionid' ] ) ) 3 13 session_id( $_COOKIE[ 'sessionid' ] ); -
trunk/help.php
r1860 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 $GLOBALS['phpgw_info']['flags'] = array( 4 13 'disable_Template_class' => True, -
trunk/phpgwapi/inc/class.pdf.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 2 11 /***************************************************************************\ 3 12 * EGroupWare - pdf creation class * -
trunk/phpgwapi/inc/class.phpmailer.inc.php
r4138 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 //////////////////////////////////////////////////// 3 13 // PHPMailer - PHP email class -
trunk/phpgwapi/inc/class.smtp.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 //////////////////////////////////////////////////// 3 13 // SMTP - PHP SMTP class -
trunk/phpgwapi/inc/class.soap_parser.inc.php
r2 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 class soap_parser 4 13 { -
trunk/phpgwapi/inc/class.soap_server.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // SOAP server class 3 13 -
trunk/phpgwapi/inc/class.soapclient.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 -
trunk/phpgwapi/inc/class.soapmsg.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 -
trunk/phpgwapi/inc/class.soapval.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 -
trunk/phpgwapi/inc/class.translation.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if (empty($GLOBALS['phpgw_info']['server']['translation_system'])) 3 13 { -
trunk/phpgwapi/inc/class.vfs.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 if (empty ($GLOBALS['phpgw_info']['server']['file_repository'])) 3 13 { -
trunk/phpgwapi/inc/class.wsdl.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 /* 3 13 -
trunk/phpgwapi/inc/class.xml.inc.php
r2 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 // 4 13 // +----------------------------------------------------------------------+ -
trunk/phpgwapi/inc/class.xmlrpc_client.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // Copyright (c) 1999,2000,2001 Edd Dumbill. 3 13 // All rights reserved. -
trunk/phpgwapi/inc/class.xmlrpc_server_php.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // Copyright (c) 1999,2000,2001 Edd Dumbill. 3 13 // All rights reserved. -
trunk/phpgwapi/inc/class.xmlrpcmsg.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // by Edd Dumbill (C) 1999-2001 3 13 // <edd@usefulinc.com> -
trunk/phpgwapi/inc/class.xmlrpcresp.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // by Edd Dumbill (C) 1999-2001 3 13 // <edd@usefulinc.com> -
trunk/phpgwapi/inc/class.xmlrpcval.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // by Edd Dumbill (C) 1999-2001 3 13 // <edd@usefulinc.com> -
trunk/phpgwapi/inc/xml_functions.inc.php
r2 r5509 1 1 <?php 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 2 12 // by Edd Dumbill (C) 1999-2001 3 13 // <edd@usefulinc.com> -
trunk/preferences/templates/default/changepassword_default.php
r3316 r5509 1 1 <?php 2 2 /*************************************************************************** 3 * Expresso Livre * 4 * http://www.expressolivre.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 3 12 // Default number of letters = 3 4 13 if (!$GLOBALS['phpgw_info']['server']['num_letters_userpass'])
Note: See TracChangeset
for help on using the changeset viewer.