File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22
33//// Authenticatron
4- // v0.7.1 - MIT Licensed - Property of eustasy
4+ // v0.7.3 - MIT Licensed - Property of eustasy
55// https://github.com/eustasy/authenticatron
6- // http://labs.eustasy.org/authenticatron/example.php
6+ // http://labs.eustasy.org/authenticatron/example
77
8- $ Sitewide [ ' Title ' ] = ' Example Site ' ; // This is a short name to identify your site or service.
9- $ Member [ ' Name ' ] = 'John Smith ' ; // This could be their email, name, or username.
8+ // This is a short name to identify your site or service.
9+ $ Sitewide [ ' Title ' ] = 'Example Site ' ;
1010
1111// Secret Length defaults to 16.
1212// Code Length is set to 6.
@@ -331,4 +331,4 @@ function Authenticatron_New($Member_Name) {
331331 $ Return ['URL ' ] = Authenticatron_URL ($ Member_Name , $ Return ['Secret ' ]);
332332 $ Return ['QR ' ] = Authenticatron_QR ($ Return ['URL ' ]);
333333 return $ Return ;
334- }
334+ }
You can’t perform that action at this time.
0 commit comments