diff --git a/public/explore/index.php b/public/explore/index.php index 8f9e6a3..d2facca 100644 --- a/public/explore/index.php +++ b/public/explore/index.php @@ -4,23 +4,7 @@ ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); $root = realpath($_SERVER["DOCUMENT_ROOT"]); -// require "$root/database/credentials.php"; -// // Connect the database -// try { -// $db = new PDO("mysql:host=$host;dbname=$database;charset=utf8", -// $user, -// $password, -// array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION -// )); -// } catch (Exception $e) { -// die("Error : ".$e->getMessage()); -// } - -// $req = $db->prepare('SELECT id, recordist_name, file_name, license, species, sound_type, date, time FROM `records` WHERE species="unknown" ORDER BY `entry_timestamp` ASC LIMIT 1'); -// $req->execute(); -// $result = $req->fetchAll(); ?> - @@ -39,6 +23,9 @@ include("$root/analytics/matomo.php");

Explore