diff options
author | RobThree <rob@devcorner.nl> | 2015-03-19 16:09:41 +0100 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2015-03-19 16:09:41 +0100 |
commit | 5f4862b19e18a0b51dd2069293ecd51744b393db (patch) | |
tree | baf83adcd2a400783fd98cbd189c26853c80bd14 /demo/demo.php | |
parent | 71e886fd1796cf512ea9fafad0df866023408cd7 (diff) | |
download | TwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.zip TwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.tar.gz TwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.tar.bz2 |
* Fix demo
Diffstat (limited to 'demo/demo.php')
-rw-r--r-- | demo/demo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/demo.php b/demo/demo.php index 4619fe3..fededaf 100644 --- a/demo/demo.php +++ b/demo/demo.php @@ -8,7 +8,7 @@ <?php error_reporting(-1); require_once 'loader.php'; - Loader::register('RobThree','RobThree'); + Loader::register('../lib','RobThree\\Auth'); use \RobThree\Auth\TwoFactorAuth; |