Skip to content

Commit

Permalink
Comments in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Sep 27, 2019
1 parent 96c05e9 commit f041798
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

include('vendor/autoload.php');

/*
* Define the function for API queries, etc.
*/
function get_content($url)
{

Expand All @@ -27,6 +30,9 @@ function get_content($url)

}

/*
* Identify the prefix for URL queries
*/
if (!empty($_SERVER['HTTPS']))
{
$api_url = 'https';
Expand Down

0 comments on commit f041798

Please sign in to comment.