Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
This is my hidden script for section acces.
The user can only see the project with id 24
I want the admin to be able to see al projects, but now the admin can only see project nr 24.
What is wrong in my script?
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, PROJECT
ADMIN, ADMIN, ADMIN, *
USER, WOMMELGEM, 24, WOMMELGEM
];
Section Application;
LOAD * INLINE [
project_id, PROJECT
"24", WOMMELGEM
];
 
					
				
		
 michael_maeuser
		
			michael_maeuser
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		check this one. hope that helps.
user: ADMIN,
pw: 1
 
					
				
		
Seems to work perfect!
