Additional Info |
---|
Type
|
Package ID
technodragon73:postdenycode
|
First Created
November 25, 2006, 12:07:58 PM
|
Last Updated
March 10, 2007, 02:20:54 PM
|
global $sourcedir;
// If it is sunday allow everyone on.
require_once($sourcedir.'/RestrictAccess.php');
if ($context['user']['is_logged']){
echo RestrictAccess(2);
}