Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-30 13:37:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-31 10:01:11 +0300
commit4252b9b778a7ffed10e39857095932d474531e16 (patch)
tree015417a6fe285420aab4f8fce830509de59abd31 /appinfo/app.php
parent279860969dbcae7b7cd9953030c864f2dc03dce6 (diff)
Refactor state change to use events
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 6d97498..c0a9bf1 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -18,8 +18,5 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-use OCA\TwoFactorTOTP\AppInfo\Application;
include_once __DIR__ . '/../vendor/autoload.php';
-
-$app = new Application();