3c27c8eb by Gopal

Session already set error solved

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