3c27c8eb by Gopal

Session already set error solved

1 parent dd63a928
<?php
/*Code for token generation Flexydial Security Purpose*/
if (session_status() == PHP_SESSION_NONE) { session_start(); }
function randomPassword() {
$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!