]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - includes/auth.php
Added basic login feature
[Github/YOURLS.git] / includes / auth.php
1 <?php
2 if(!yourls_is_valid_user()) {
3         header('Location: '.YOURLS_SITE.'/admin/login.php');
4         exit();
5 }