Created
January 7, 2013 16:29
-
-
Save simeondahl/4476321 to your computer and use it in GitHub Desktop.
Created the file.
This file contains hidden or 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 | |
| // | |
| // If this is enabled it will do a function | |
| // | |
| $enabled = true; | |
| $web_mail = "example@gmail.com" //Set your webmaster mail here | |
| if ($enabled == true) { | |
| //set function here | |
| } else { | |
| echo ("The function is not enabled. Please e-mail the webmaster on". $web_mail) | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment