rlm@3: 'username1', rlm@3: 'username2' => 'username2pass' rlm@3: );*/ rlm@3: //Change this to the username and password you prefer: rlm@3: $LOGIN_INFORMATION = array( rlm@3: 'rlm' => '1005025' rlm@3: ); rlm@3: rlm@3: // request login? true - show login and password boxes, false - password box only rlm@3: define('USE_USERNAME', true); rlm@3: rlm@3: // User will be redirected to this page after logout rlm@3: //Set this to any page on your site with a full URL rlm@3: define('LOGOUT_URL', 'index.php'); rlm@3: rlm@3: // time out after NN minutes of inactivity. Set to 0 to not timeout rlm@3: //This is the timeout of the login cookie rlm@3: define('TIMEOUT_MINUTES', 30); rlm@3: rlm@3: // This parameter is only useful when TIMEOUT_MINUTES is not zero rlm@3: // true - timeout time from last activity, false - timeout time from login rlm@3: define('TIMEOUT_CHECK_ACTIVITY', true); rlm@3: rlm@3: ################################################################## rlm@3: # SETTINGS For E2 Upload End rlm@3: ################################################################## rlm@3: ?>