TinyBuilder
Bike ✔
- Mar 19, 2012
- 717
- 66
Hello, I am using DeltaCMS and I need some coder to tell me what rank to put in the following code in housekeeping.php :
To make housekeeping work for minimum rank as 6
Thanks,
Tiny
PHP:
if(!isset($_SESSION['username'])){ header("Location: ../index"); }
if(user(rank) <= '3' || user(rank) >= '11'){ header("Location: ../me"); exit(); }
Thanks,
Tiny