Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function check_header(){
- $l='oySpC';
- $f=dirname(__FILE__).'/header.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_header();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement