PHP Classes

File: uploady/profile/logic/authLogic.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/profile/logic/authLogic.php   Download  
File: uploady/profile/logic/authLogic.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/profile/logic/authLogic.php
Date: 5 months ago
Size: 149 bytes
 

Contents

Class file image Download
<?php

$auth
= new \RobThree\Auth\TwoFactorAuth("Uploady");

$secret = $auth->createSecret();

$title = $lang["general"]["enable_two_factor_title"];