Subversion Repositories cheapmusic

Rev

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

Rev 98 Rev 114
Line 5... Line 5...
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/dnsexit.php");
-
 
10
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/tools.php");
10
 
11
 
11
error_reporting(E_ALL);
12
error_reporting(E_ALL);
12
 
13
 
13
$startDate = date_create();
14
$startDate = date_create();
14
date_add($startDate,date_interval_create_from_date_string("-14 days"));    
15
date_add($startDate,date_interval_create_from_date_string("-14 days"));    
Line 41... Line 42...
41
}
42
}
42
?>
43
?>
43
<!DOCTYPE html>
44
<!DOCTYPE html>
44
<html lang="en-US">
45
<html lang="en-US">
45
<head>
46
<head>
46
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
 
47
    <title>Find Cheap Music: Searches and Transfers</title>
47
    <title>Find Cheap Music: Searches and Transfers</title>
48
    <meta name="viewport" content="width=device-width, initial-scale=1">
-
 
49
    <?php include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/header.php"); ?>
48
    <?php include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/header.php"); ?>
50
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
-
 
51
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
-
 
52
</head>
49
</head>
53
<body>
50
<body>
54
 
51
 
55
    <form method="post" action="/report.php">
52
    <form method="post" action="/report.php">
56
        <nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
53
        <nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
Line 115... Line 112...
115
    }
112
    }
116
?>
113
?>
117
    <footer class="container-fluid text-center bg-primary py-5">
114
    <footer class="container-fluid text-center bg-primary py-5">
118
        <p>Copyright &#169; <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
115
        <p>Copyright &#169; <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
119
    </footer>
116
    </footer>
-
 
117
 
-
 
118
    <?php include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/downloadAtOnload.php"); ?>
120
 
119
 
121
</body>
120
</body>
122
</html>
121
</html>