Current Page: 1 of 1
Results 1 - 2 of 2
17 years ago
pabs
Auth::checkAuth()
Forum: WampServer English
17 years ago
pabs
<?php // define $authorized = true only if user is authenticated if (authenticated_user()) { $authorized = true; } if ($authorized) { include "/bar/foo/data.php"; } ?>
Forum: WampServer English
Current Page: 1 of 1