From 56dcfc48e210180d358cd8b1672559067b66e8d1 Mon Sep 17 00:00:00 2001 From: RobThree Date: Fri, 19 Sep 2014 01:02:16 +0200 Subject: [PATCH] * Renamed index.php to demo.php --- README.md | 2 +- TwoFactorAuth.phpproj | 2 +- index.php => demo.php | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename index.php => demo.php (100%) 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 @@ false - + diff --git a/index.php b/demo.php similarity index 100% rename from index.php rename to demo.php