dd63a928 by Gopal

Login session error

1 parent d0b4b30e
<?php
/*Code for token generation Flexydial Security Purpose*/
session_start();
function randomPassword() {
$alphabet = "abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789";
$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!