gruntnetwork.com/fastiki/php/authentification.php

9 lines
121 B
PHP

<?php
function auth_get_user() {
return "js";
}
function auth_has_privilege($action, $page) {
return true;
}
?>