diff options
author | RobThree <rob@devcorner.nl> | 2014-09-19 01:02:16 +0200 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2014-09-19 01:02:16 +0200 |
commit | 56dcfc48e210180d358cd8b1672559067b66e8d1 (patch) | |
tree | 758b5b0edf4468ebd5c19a270dd7787cf4b7121b | |
parent | c2dae86d9a6c827c4ee8c820cf511b63a2e965bf (diff) | |
download | TwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.zip TwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.tar.gz TwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.tar.bz2 |
* Renamed index.php to demo.php
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TwoFactorAuth.phpproj | 2 | ||||
-rw-r--r-- | demo.php (renamed from index.php) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ PHP class for two-factor authorization using [TOTP](http://en.wikipedia.org/wiki ## Usage -*TODO* For now: see index.php +*TODO* For now: see demo.php ## License diff --git a/TwoFactorAuth.phpproj b/TwoFactorAuth.phpproj index acd7597..5ba0e7b 100644 --- a/TwoFactorAuth.phpproj +++ b/TwoFactorAuth.phpproj @@ -22,7 +22,7 @@ <IncludeDebugInformation>false</IncludeDebugInformation> </PropertyGroup> <ItemGroup> - <Compile Include="index.php" /> + <Compile Include="demo.php" /> <Compile Include="src\TwoFactorAuth.php" /> <Compile Include=".gitignore" /> <Compile Include="README.md" /> |