dev to prod changes
This commit is contained in:
@@ -128,6 +128,7 @@ class Base {
|
||||
$host = 'localhost';
|
||||
} else {
|
||||
$host = '192.168.1.190';
|
||||
$host = '100.67.215.67';
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
@@ -32,9 +32,6 @@ if (empty($applicationSettings)) {
|
||||
exit();
|
||||
}
|
||||
|
||||
echo $applicationSettings->asXML();
|
||||
die();
|
||||
|
||||
// Connect to the Database.
|
||||
|
||||
$host = (string) $applicationSettings->DatabaseServer;
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
<?php
|
||||
|
||||
$SQL = "create view view_rdis as
|
||||
|
||||
select rdis.*,
|
||||
date_format(rdi_entry_date, '%c/%e/%Y') as rdi_entry_date_verbose,
|
||||
date_format(rdi_permit_date, '%c/%e/%Y') as rdi_permit_date_verbose,
|
||||
date_format(rdi_created, '%c/%e/%Y %l:%i %p') as rdi_created_verbose,
|
||||
date_format(rdi_changed, '%c/%e/%Y %l:%i %p') as rdi_changed_verbose,
|
||||
|
||||
IF(
|
||||
rdi_phone IS NULL OR rdi_phone = '',
|
||||
'Not Provided',
|
||||
CONCAT('(', SUBSTRING(rdi_phone, 1, 3), ') ',
|
||||
SUBSTRING(rdi_phone, 4, 3), '-',
|
||||
SUBSTRING(rdi_phone, 7, 4)
|
||||
)) as rdi_phone_verbose,
|
||||
concat('$', format(rdi_value, 2)) as rdi_value_verbose,
|
||||
format(rdi_size, 0) as rdi_size_verbose
|
||||
|
||||
|
||||
from rdis";
|
||||
|
||||
//-- on counties.county_serial = counties.county_serial";
|
||||
?>
|
||||
+3
-3
@@ -4,9 +4,9 @@
|
||||
|
||||
<ApplicationName>Georgia Housing Report</ApplicationName>
|
||||
|
||||
<DatabaseName>nba</DatabaseName>
|
||||
<DatabaseUser>nbauser</DatabaseUser>
|
||||
<DatabasePassword>NBA_MySQL500K</DatabasePassword>
|
||||
<DatabaseName>ghr</DatabaseName>
|
||||
<DatabaseUser>ghruS3R</DatabaseUser>
|
||||
<DatabasePassword>w35fMKa3C2FugfIm</DatabasePassword>
|
||||
|
||||
<SmtpServer>smtp.gmail.com</SmtpServer>
|
||||
<SmtpUserName>info@onesourceits.com</SmtpUserName>
|
||||
|
||||
Reference in New Issue
Block a user