Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update login_model.php #365

Closed
wants to merge 3 commits into from
Closed

Update login_model.php #365

wants to merge 3 commits into from

Commits on Jan 23, 2014

  1. Update login_model.php

    
    this 4 lines changes the up/downgrade of 'user_account_type' to a system that allows user_account_type=user_account_type+1
    or user_account_type=user_account_type-1
    
    eg: you can push the user_account_type to more then 2 if you want
    schlumpf2009 committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    f2dc4b2 View commit details
    Browse the repository at this point in the history
  2. Update login_model.php

    a little 
    
    Session::get('user_account_type') < 99
    Session::get('user_account_type') > 0
    
    if then else arround it :)
    schlumpf2009 committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    b316a78 View commit details
    Browse the repository at this point in the history
  3. Update login_model.php

    schlumpf2009 committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    3f06a5c View commit details
    Browse the repository at this point in the history