Originally posted by opticalpigion
View Post
Like this for example:
PHP Code:
<?php
include 'code_soft.php';
if (strpos($_SERVER['PHP_SELF'],'blabla.php')) exit();
header('Content-type: text/css');
header('Cache-Control: no-cache, must-revalidate');
?>
CSS Codes...

CSS file even if its hiden from FireBug or something like that, and still it has to stay in browsers cash to be displayed...
So, there is no way to protect CSS file...
Leave a comment: