This is lunchstar a gamified resturant ordering platform
to edit connect to database please edit
users/init.php
// Set config $GLOBALS['config'] = array( 'mysql' => array('host' => 'host', 'username' => 'user', 'password' => 'pass', 'db' => 'db', ), 'remember' => array( 'cookie_name' => 'pmqesoxiw318374csb', 'cookie_expiry' => 604800 //One week, feel free to make it longer ), 'session' => array( 'session_name' => 'user', 'token_name' => 'token', ) );