summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2014-09-19 01:02:16 +0200
committerRobThree <rob@devcorner.nl>2014-09-19 01:02:16 +0200
commit56dcfc48e210180d358cd8b1672559067b66e8d1 (patch)
tree758b5b0edf4468ebd5c19a270dd7787cf4b7121b
parentc2dae86d9a6c827c4ee8c820cf511b63a2e965bf (diff)
downloadTwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.zip
TwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.tar.gz
TwoFactorAuth-56dcfc48e210180d358cd8b1672559067b66e8d1.tar.bz2
* Renamed index.php to demo.php
-rw-r--r--README.md2
-rw-r--r--TwoFactorAuth.phpproj2
-rw-r--r--demo.php (renamed from index.php)0
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6648bd7..e733f27 100644
--- a/README.md
+++ b/README.md
@@ -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" />
diff --git a/index.php b/demo.php
index 70ddb33..70ddb33 100644
--- a/index.php
+++ b/demo.php