Created
September 8, 2015 00:08
-
-
Save jwillker/04545c01b107f58508c7 to your computer and use it in GitHub Desktop.
config.php
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
<?php | |
$current_page_uri = $_SERVER['REQUEST_URI']; | |
$part_url = explode("/", $current_page_uri); | |
$page_name = end($part_url); | |
$email_id = "[email protected]"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment