CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/backend/define.conf

Summary

Maintainability
Test Coverage
<?php
/*******************************************************************************

    Copyright 2007 People's Food Co-op

    This file is part of Fannie.

    IS4C 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.

    IS4C is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    in the file license.txt along with IS4C; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*********************************************************************************/

$_SESSION["mServer"] = "localhost";
$_SESSION["mUser"] = "is4cserver";
$_SESSION["mPass"] = "is4cserver";
$_SESSION["laneUser"] = "is4clane";
$_SESSION["lanePass"] = "is4clane";

define("LANE01", "10.0.0.201");
define("Pylos", "10.10.10.53");
define("LANE03", "");
define("LANE04", "");
define("LANE05", "");
define("LANE06", "");
define("LANE07", "");
define("LANE08", "");
define("LANE09", "");
define("LANE10", "");
define("LANE11", "");
define("LANE12", "");

setlocale(LC_MONETARY, 'en_US');

?>