Changeset 610 for trunk/index.php


Ignore:
Timestamp:
Aug 7, 2009, 10:24:10 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Výměr světů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r609 r610  
    44foreach($_POST as $Index => $Item) $_POST[$Index] = addslashes($Item);
    55foreach($_GET as $Index => $Item) $_GET[$Index] = addslashes($Item);
     6
     7include_once('inc/config.php');
    68
    79if(array_key_exists('RealmIndex', $_POST))
     
    1820 
    1921session_start();
    20 include_once('inc/config.php');
    2122include_once('inc/error.php');
    2223include_once('inc/db.php');
Note: See TracChangeset for help on using the changeset viewer.