* Added: API String QR Code for #582 and #591 This will allow more QRCodes being added that are specific to an account. The require library is added and the API string can be used as an example how codes are generated. Fixes #582
7 lines
175 B
PHP
7 lines
175 B
PHP
<?php
|
|
// Make sure we are called from index.php
|
|
if (!defined('SECURITY')) die('Hacking attempt');
|
|
|
|
if ($user->isAuthenticated()) $smarty->assign("CONTENT", "default.tpl");
|
|
?>
|