dd63a928 by Gopal

Login session error

1 parent d0b4b30e
1 <?php 1 <?php
2 2
3 /*Code for token generation Flexydial Security Purpose*/ 3 /*Code for token generation Flexydial Security Purpose*/
4 session_start(); 4
5 function randomPassword() { 5 function randomPassword() {
6 $alphabet = "abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789"; 6 $alphabet = "abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789";
7 $pass = array(); //remember to declare $pass as an array 7 $pass = array(); //remember to declare $pass as an array
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!