Near Complete Version
website is now finished with the exception of the captcha, I am having issues authenticating the state of the captcha
This commit is contained in:
13
public_html/includes/header_data/header-script.php
Normal file
13
public_html/includes/header_data/header-script.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
if($_SERVER['REQUEST_URI'] == "/examples.php"){
|
||||
include "examples-header.html";
|
||||
}elseif ($_SERVER['REQUEST_URI'] == "/faq.php") {
|
||||
include "faq-header.html";
|
||||
}else{
|
||||
include "index-header.html";
|
||||
}
|
||||
|
||||
//echo "<script>console.log(' " . $_SERVER['REQUEST_URI'] . " ')</script>";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user