Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed May 26, 2015
1 parent fe731d3 commit 331d763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions authenticatron.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

//// Authenticatron
// v0.7.1 - MIT Licensed - Property of eustasy
// v0.7.3 - MIT Licensed - Property of eustasy
// https://github.com/eustasy/authenticatron
// http://labs.eustasy.org/authenticatron/example.php
// http://labs.eustasy.org/authenticatron/example

$Sitewide['Title'] = 'Example Site'; // This is a short name to identify your site or service.
$Member['Name'] = 'John Smith'; // This could be their email, name, or username.
// This is a short name to identify your site or service.
$Sitewide['Title'] = 'Example Site';

// Secret Length defaults to 16.
// Code Length is set to 6.
Expand Down Expand Up @@ -331,4 +331,4 @@ function Authenticatron_New($Member_Name) {
$Return['URL'] = Authenticatron_URL($Member_Name, $Return['Secret']);
$Return['QR'] = Authenticatron_QR($Return['URL']);
return $Return;
}
}

0 comments on commit 331d763

Please sign in to comment.