Changeset 610
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r609 r610 4 4 foreach($_POST as $Index => $Item) $_POST[$Index] = addslashes($Item); 5 5 foreach($_GET as $Index => $Item) $_GET[$Index] = addslashes($Item); 6 7 include_once('inc/config.php'); 6 8 7 9 if(array_key_exists('RealmIndex', $_POST)) … … 18 20 19 21 session_start(); 20 include_once('inc/config.php');21 22 include_once('inc/error.php'); 22 23 include_once('inc/db.php');
Note:
See TracChangeset
for help on using the changeset viewer.