<?php
/*********************************************************************
*
* This file is a part of Web Interface to Octave project.
* Copyright (C) 2008 Kolo Naukowe Numerykow Uniwersytetu Warszawskiego
* (Students' Numerical Scientific Group of University of Warsaw)
*
* e-mail:hide@address.com
*
* Distributed under terms of GPL License
*
*
*********************************************************************/
/******
* You need not to edit anything in this file for WebOctave to work
******/
// Definition of global variables
// Filenames
define("OCTAVE_IN","widelec.in");
define("USER_IN", "input.txt");
define("OCTAVE_OUT", "talerz.out");
define("OCTAVE_ERR", "bledy.out");
define("OCTAVE_GRAPH", "graphics.png");
define("PLAYGROUND", "data/");
define("INVALID_STRING", "<invalid>");
//Version of Web Interface to Octave
define("WIO_VERSION", "0.1.0");
// end of global variables
?>