Skip to content

Commit 331d763

Browse files
committed
Remove unused variable.
1 parent fe731d3 commit 331d763

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

authenticatron.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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+
}

0 commit comments

Comments
 (0)