staging-lock.php 390 Bytes
<?php

// if (strpos( $_SERVER['HTTP_HOST'], "gotenzing.com")) {
//     $login = 'tenzing';
//     $pass = '1234';    
// if(($_SERVER['PHP_AUTH_PW']!= $pass || $_SERVER['PHP_AUTH_USER'] != $login)|| !$_SERVER['PHP_AUTH_USER'])
// {
//     header('WWW-Authenticate: Basic realm="Test auth"');
//     header('HTTP/1.0 401 Unauthorized');
//     echo 'Auth failed';
//     exit;
// }
// }
?>