-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
595 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
bscure-bastion-4633 Config Vars | ||
DATABASE_URL: postgres://hgyiybqpwzufod:avbPLU4lajkCTPq7UJePeuqiQD@ec2-54-243-47-196.compute-1.amazonaws.com:5432/d358skil7mu3nq | ||
HEROKU_POSTGRESQL_ONYX_URL: postgres://hgyiybqpwzufod:avbPLU4lajkCTPq7UJePeuqiQD@ec2-54-243-47-196.compute-1.amazonaws.com:5432/d358skil7mu3nq | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
nitializing repository, done. | ||
Counting objects: 1556, done. | ||
Delta compression using up to 4 threads. | ||
Compressing objects: 100% (1528/1528), done. | ||
Writing objects: 100% (1556/1556), 4.14 MiB | 1.31 MiB/s, done. | ||
Total 1556 (delta 173), reused 0 (delta 0) | ||
|
||
-----> PHP app detected | ||
-----> Bundling mcrypt version 2.5.8 | ||
-----> Bundling Apache version 2.2.25 | ||
-----> Bundling PHP version 5.3.27 | ||
-----> Discovering process types | ||
Procfile declares types -> (none) | ||
Default types for PHP -> web | ||
|
||
-----> Compressing... done, 26.2MB | ||
-----> Launching... done, v3 | ||
http://obscure-bastion-4633.herokuapp.com/ deployed to Heroku | ||
|
||
To git@heroku.com:obscure-bastion-4633.git | ||
* [new branch] master -> master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Turn off all options we don't need. | ||
Options None | ||
Options +FollowSymLinks | ||
|
||
# Set the catch-all handler to prevent scripts from being executed. | ||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 | ||
<Files *> | ||
# Override the handler again if we're run later in the evaluation list. | ||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 | ||
</Files> | ||
|
||
# If we know how to do it safely, disable the PHP engine entirely. | ||
<IfModule mod_php5.c> | ||
php_flag engine off | ||
</IfModule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.