Просмотр файла yahoo/admin/inc/main_inc.php

Размер файла: 674B
<?
  /*

* Animated Collapsible DIV- © Dynamic Drive DHTML code library (www.pokazuha.tv)

* This notice MUST stay intact for legal use

* Visit Dynamic Drive at http://www.pokazuha.tv/ for this script and 100s more

* Last Update	: Tuesday, November 13 2005


*/

  include("../includes/mysql.inc.php");

 if (get_magic_quotes_gpc())
  {
    foreach ($_POST as $name => $value)
      $_POST[$name] = stripslashes($value);
    foreach ($_GET as $name => $value)
      $_GET[$name] = stripslashes($value);
    foreach ($_REQUEST as $name => $value)
      $_REQUEST[$name] = stripslashes($value);
  }

  $val = session_start();
  db_connect();
?>