mark for removal

This commit is contained in:
2025-12-10 05:51:17 +00:00
parent b9763e60fb
commit 0310e0ea8e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?php <?php
require_once __DIR__ . '/common.php'; require_once __DIR__ . '/common.php';
// Think this is depreciated
header('Content-Type: application/json'); header('Content-Type: application/json');
$dbconn = getDBConnection(); $dbconn = getDBConnection();

View File

@@ -1,6 +1,6 @@
<?php <?php
require_once __DIR__ . '/common.php'; require_once __DIR__ . '/common.php';
// Think this is depreciated
header('Content-Type: application/json'); header('Content-Type: application/json');
$dbconn = getDBConnection(); $dbconn = getDBConnection();

View File

@@ -1,6 +1,6 @@
<?php <?php
require_once __DIR__ . '/common.php'; require_once __DIR__ . '/common.php';
// Think this is depreciated
$dbconn = getDBConnection(); $dbconn = getDBConnection();
// Performing SQL query // Performing SQL query

View File

@@ -2,7 +2,7 @@
require_once __DIR__ . '/common.php'; require_once __DIR__ . '/common.php';
$dbconn = getDBConnection(); $dbconn = getDBConnection();
// Think this is depreciated
//no gets, current point outage info //no gets, current point outage info
if(empty(array_diff_key($_GET, array('service' => '')))) { if(empty(array_diff_key($_GET, array('service' => '')))) {
$result = pg_query_params($dbconn, $result = pg_query_params($dbconn,