| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:54:26 2008 ] | [ phpScheduleIt 1.2.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Initialization file. Please do not edit. 4 * @author Nick Korbel <lqqkout13@users.sourceforge.net> 5 * @author Richard Cantzler <rmcii@users.sourceforge.net> 6 * @version 05-22-06 7 * @package phpScheduleIt 8 */ 9 /** 10 * Please refer to readme.html and LICENSE for any additional information 11 * 12 * Copyright (C) 2003 - 2006 phpScheduleIt 13 * This program is free software; you can redistribute it and/or modify it 14 * under the terms of the GNU General Public License as published by the 15 * Free Software Foundation; either version 2 of the License, or (at your option) 16 * any later version. 17 * 18 * This program is distributed in the hope that it will be useful, but WITHOUT 19 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 20 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 21 * 22 * You should have received a copy of the GNU General Public License along with 23 * this program; if not, write to the 24 * Free Software Foundation, Inc. 25 * 59 Temple Place 26 * Suite 330 27 * Boston, MA 28 * 02111-1307 29 * USA 30 */ 31 32 /********************************************************************/ 33 /* DO NOT CHANGE THIS SECTION */ 34 /********************************************************************/ 35 // Set session name 36 ini_set('session.name', $conf['app']['sessionName']); 37 38 // Start the session (do not edit!) 39 session_start(); 40 41 // Turn off magic quotes (do not edit!) 42 set_magic_quotes_runtime(0); 43 44 $conf['app']['version'] = '1.2.1'; 45 46 include_once ('constants.php'); 47 include_once ('langs.php'); 48 49 if ($lang = determine_language()) { // Functions exist in the langs.php file 50 set_language($lang); 51 load_language_file($lang); 52 } 53 /********************************************************************/ 54 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |