Skip to content

Instantly share code, notes, and snippets.

@simeondahl
Created January 7, 2013 16:29
Show Gist options
  • Select an option

  • Save simeondahl/4476321 to your computer and use it in GitHub Desktop.

Select an option

Save simeondahl/4476321 to your computer and use it in GitHub Desktop.
Created the file.
<?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