diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-07-03 10:57:03 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-07-03 10:57:03 -0400 |
commit | d22401b1335174b5d18e8b5e58d3d09ffdd16f22 (patch) | |
tree | 49655fc9127c73e044f265be47971e97599dab49 | |
parent | 559601ff7ab6b1faeb9b024d3fc56c8c63955171 (diff) | |
download | carpentertutoring-d22401b1335174b5d18e8b5e58d3d09ffdd16f22.tar.xz carpentertutoring-d22401b1335174b5d18e8b5e58d3d09ffdd16f22.zip |
removed shebangs, unecessary
-rw-r--r-- | about/index.php | 1 | ||||
-rw-r--r-- | footer.php | 1 | ||||
-rw-r--r-- | header.php | 1 | ||||
-rw-r--r-- | index.php | 1 | ||||
-rw-r--r-- | policies/index.php | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/about/index.php b/about/index.php index a4f9f25..0b09bfc 100644 --- a/about/index.php +++ b/about/index.php @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>About Me</h1> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi </main> <footer> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <!DOCTYPE html> <html lang="en"> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('header.php'); ?> <!--banner--> <section class="banner"> diff --git a/policies/index.php b/policies/index.php index acd0aae..1fdd037 100644 --- a/policies/index.php +++ b/policies/index.php @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>Policies & Procedures</h1> |