summaryrefslogtreecommitdiffstats
path: root/demo/demo.php
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2015-03-19 16:09:41 +0100
committerRobThree <rob@devcorner.nl>2015-03-19 16:09:41 +0100
commit5f4862b19e18a0b51dd2069293ecd51744b393db (patch)
treebaf83adcd2a400783fd98cbd189c26853c80bd14 /demo/demo.php
parent71e886fd1796cf512ea9fafad0df866023408cd7 (diff)
downloadTwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.zip
TwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.tar.gz
TwoFactorAuth-5f4862b19e18a0b51dd2069293ecd51744b393db.tar.bz2
* Fix demo
Diffstat (limited to 'demo/demo.php')
-rw-r--r--demo/demo.php2
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;