<?
 
/**
 
 *  EvenSwap project
 
 *******************************************************************
 
 *  Copyright (c) 2015 GSD, (http://evenswap.w-a-f.org/index.php)
 
 *******************************************************************
 
 *
 
 * This source file is subject to version 1.0 of the EvenSwap project
 
 * 
 
 * file is application entry point
 
 * depending on user action includes following files:
 
 * 1. sw2ws.php      : Criteria definition
 
 * ****Using by Ajax Clswsisj23.php : Application main menu and Problem name menu 
 
 * ********Using qqLp98.php - post  : Storing to database
 
 *                                 
 
 * 2. xcop.php       : Generating of solutions
 
 * ****Using qqLp98.php - post: Storing to database
 
 *  
 
 * 3. xcopwe3.php    : Compensation table
 
 * ****Using qqLp98.php - post: Storing to database
 
 *   
 
 * 4. xcoxco.php     : Using defined problem (defining and removing irrelevant attributes and dominated solutions)
 
 * ****Using instfile.php -include:  definitions and database class  
 
 * ****Using Clswssqqpp.php by Ajax: application logic
 
 * ********Using Clwsinc.php - include  : application logic
 
 *
 
 *******************************************************************
 
 * Author: GSD ([email protected])
 
 *
 
 */
 
 
 
session_start();
 
error_reporting(0);
 
 
if(isset($_GET['dod7dzdudhddd444']))include "xcop.php";
 
else if(isset($_GET['dod7dzdude3e3w3e']))include "xcopwe3.php";
 
else if(isset($_GET['dod7ccxx443KKKKmkm']))include "xcoxco.php";
 
else include "sw2ws.php";
 
 
?>
 
 
 
 |