Subversion Repositories cheapmusic

Rev

Rev 116 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 121
Line 4... Line 4...
4
  $data = stripslashes($data);
4
  $data = stripslashes($data);
5
  $data = htmlspecialchars($data);
5
  $data = htmlspecialchars($data);
6
  return $data;
6
  return $data;
7
}
7
}
8
 
8
 
9
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/dnsexit.php");
9
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/hosting.php");
10
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/tools.php");
10
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/tools.php");
11
 
11
 
12
error_reporting(E_ALL);
12
error_reporting(E_ALL);
13
 
13
 
14
$startDate = date_create();
14
$startDate = date_create();