* Renamed index.php to demo.php

This commit is contained in:
RobThree
2014-09-19 01:02:16 +02:00
parent c2dae86d9a
commit 56dcfc48e2
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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" />
View File