Skip to content

Instantly share code, notes, and snippets.

View mrintegrity's full-sized avatar

Alan McGinlay mrintegrity

View GitHub Profile
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) &&
$_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
$_SERVER['HTTPS'] = 'on';
}
else {
$_SERVER['HTTPS']='';
}
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']) {
$base_url = 'https://' . $_SERVER['HTTP_HOST'];
}
__ __)
(, ) | / /)
| /| / _ // _ ______ _ _/_ ___
|/ |/ _(/_(/_(__(_) // (__(/_ (__(_)
/ |
, ,
___ __ __ _/_ _ _ __ _/_
// (_/ (__(_/ (_(___(/_(_/_/ (__(_(__(_/_
.-/ .-/
(_/ (_/
@mrintegrity
mrintegrity / README.md
Created January 23, 2018 12:57 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed