Skip to content

Instantly share code, notes, and snippets.

View bellingboe's full-sized avatar

Brenden bellingboe

View GitHub Profile
#!/usr/bin/bash
# Setting the default app server file
APP_FILE="app3.js"
echo "TTNRT : about to forever start $APP_FILE"
# Getting arguments as array
ARGS=("$@")
<cffunction name="onMissingTemplate" returnType="boolean" output="false">
<cfargument name="targetpage" required="true" type="string" />
<cfswitch expression="#ARGUMENTS.TargetPage#">
<cfcase value="newbooks.cfm,usedbooks.cfm">
<cfheader statuscode="301" statustext="Moved permanently" />
<cfheader name="Location" value="books.cfm" />
</cfcase>
<cfdefaultcase>
<cfheader statuscode="410" statustext="Gone" />
<p>We're sorry, but the page you have requested no longer exists on our site.</p>
INSERT INTO rental_properties
(
property_name,
rental_unit_type,
house_number,
street_name,
street_type,
city,
zip,
neighborhood,