Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function check_footer(){
- $l='D5H1z';
- $f=dirname(__FILE__).'/footer.php';
- $fd=fopen($f,'r');
- $c=fread($fd,filesize($f));
- fclose($fd);
- if(strpos($c,$l)==0){
- echo 'This theme is released under creative commons licence, all links in the footer should remain intact';
- die;
- }
- }
- check_footer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement