mark for removal
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user